C# 클래스 Opc.Ua.Configuration.SecuredObjectAccessRights

The rights associated with an application that are granted to an account.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowedObjects SecuredObject
DeniedObjects SecuredObject
Identity System.Security.Principal.IdentityReference

프로퍼티 상세

AllowedObjects 공개적으로 프로퍼티

The secured objects that are granted access.
public SecuredObject AllowedObjects
리턴 SecuredObject

DeniedObjects 공개적으로 프로퍼티

The secured objects that are denied access.
public SecuredObject DeniedObjects
리턴 SecuredObject

Identity 공개적으로 프로퍼티

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