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

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

공개 프로퍼티들

프로퍼티 타입 설명
MaxOpaqueLength int

공개 메소드들

메소드 설명
CustomAce ( System type, System flags, byte opaque )
GetBinaryForm ( byte binaryForm, int offset ) : void
GetOpaque ( ) : byte[]
SetOpaque ( byte opaque ) : void

메소드 상세

CustomAce() 공개 메소드

public CustomAce ( System type, System flags, byte opaque )
type System
flags System
opaque byte

GetBinaryForm() 공개 메소드

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

GetOpaque() 공개 메소드

public GetOpaque ( ) : byte[]
리턴 byte[]

SetOpaque() 공개 메소드

public SetOpaque ( byte opaque ) : void
opaque byte
리턴 void

프로퍼티 상세

MaxOpaqueLength 공개적으로 정적으로 프로퍼티

public static int MaxOpaqueLength
리턴 int