C# Class Opc.Ua.Configuration.SecuredObjectAccessRights

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

Méthodes publiques

Свойство 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
Résultat SecuredObject

DeniedObjects public_oe property

The secured objects that are denied access.
public SecuredObject DeniedObjects
Résultat SecuredObject

Identity public_oe property

The account or group.
public IdentityReference,System.Security.Principal Identity
Résultat System.Security.Principal.IdentityReference