C# Class Opc.Ua.Configuration.SecuredObjectAccessRights

The rights associated with an application that are granted to an account.
Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
AllowedObjects SecuredObject
DeniedObjects SecuredObject
Identity System.Security.Principal.IdentityReference

Property Details

AllowedObjects public property

The secured objects that are granted access.
public SecuredObject AllowedObjects
return SecuredObject

DeniedObjects public property

The secured objects that are denied access.
public SecuredObject DeniedObjects
return SecuredObject

Identity public property

The account or group.
public IdentityReference,System.Security.Principal Identity
return System.Security.Principal.IdentityReference