Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Opc
Ua
Configuration
SecuredObjectAccessRights
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