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

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

Private Properties

프로퍼티 타입 설명
MarshalInt void
UnmarshalInt int

공개 메소드들

메소드 설명
GetBinaryForm ( byte binaryForm, int offset ) : void
GetSddlForm ( AccessControlSections includeSections ) : string
GetSddlForm ( System includeSections ) : string
IsSddlConversionSupported ( ) : bool

보호된 메소드들

메소드 설명
GenericSecurityDescriptor ( )
GenericSecurityDescriptor ( ) : Microsoft.Win32

비공개 메소드들

메소드 설명
MarshalInt ( byte binaryForm, int offset, int number ) : void
UnmarshalInt ( byte binaryForm, int offset ) : int

메소드 상세

GenericSecurityDescriptor() 보호된 메소드

GenericSecurityDescriptor() 보호된 메소드

protected GenericSecurityDescriptor ( ) : Microsoft.Win32
리턴 Microsoft.Win32

GetBinaryForm() 공개 메소드

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

GetSddlForm() 공개 메소드

public GetSddlForm ( AccessControlSections includeSections ) : string
includeSections AccessControlSections
리턴 string

GetSddlForm() 공개 메소드

public GetSddlForm ( System includeSections ) : string
includeSections System
리턴 string

IsSddlConversionSupported() 공개 정적인 메소드

public static IsSddlConversionSupported ( ) : bool
리턴 bool