C# 클래스 System.Security.AccessControl.RawAcl

상속: GenericAcl
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetBinaryForm ( byte binaryForm, int offset ) : void
InsertAce ( int index, System ace ) : void
RawAcl ( byte revision, int capacity )
RemoveAce ( int index ) : void
this ( int index ) : System.Security.AccessControl.GenericAce

메소드 상세

GetBinaryForm() 공개 메소드

public GetBinaryForm ( byte binaryForm, int offset ) : void
binaryForm byte
offset int
리턴 void

InsertAce() 공개 메소드

public InsertAce ( int index, System ace ) : void
index int
ace System
리턴 void

RawAcl() 공개 메소드

public RawAcl ( byte revision, int capacity )
revision byte
capacity int

RemoveAce() 공개 메소드

public RemoveAce ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : System.Security.AccessControl.GenericAce
index int
리턴 System.Security.AccessControl.GenericAce