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

A class that stores the components of ACE within a DACL.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Initialize ( string sddl ) : void

Extracts a single ACE from a SDDL string fragment.

Parse ( string sddl ) : IList

Extracts a list of ACEs from a SDDL string.

메소드 상세

Initialize() 공개 메소드

Extracts a single ACE from a SDDL string fragment.
public Initialize ( string sddl ) : void
sddl string
리턴 void

Parse() 공개 정적인 메소드

Extracts a list of ACEs from a SDDL string.
public static Parse ( string sddl ) : IList
sddl string
리턴 IList