C# Class Opc.Ua.Configuration.SecuredObjectAccessRights

The rights associated with an application that are granted to an account.
ファイルを表示 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_oe property

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

DeniedObjects public_oe property

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

Identity public_oe property

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