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

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

공개 메소드들

메소드 설명
CompoundAce ( System flags, int accessMask, System compoundAceType, System sid )
GetBinaryForm ( byte binaryForm, int offset ) : void

메소드 상세

CompoundAce() 공개 메소드

public CompoundAce ( System flags, int accessMask, System compoundAceType, System sid )
flags System
accessMask int
compoundAceType System
sid System

GetBinaryForm() 공개 메소드

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