C# Class System.Security.AccessControl.GenericSecurityDescriptor

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
MarshalInt void
UnmarshalInt int

Public Methods

Method Description
GetBinaryForm ( byte binaryForm, int offset ) : void
GetSddlForm ( AccessControlSections includeSections ) : string
GetSddlForm ( System includeSections ) : string
IsSddlConversionSupported ( ) : bool

Protected Methods

Method Description
GenericSecurityDescriptor ( )
GenericSecurityDescriptor ( ) : Microsoft.Win32

Private Methods

Method Description
MarshalInt ( byte binaryForm, int offset, int number ) : void
UnmarshalInt ( byte binaryForm, int offset ) : int

Method Details

GenericSecurityDescriptor() protected method

GenericSecurityDescriptor() protected method

protected GenericSecurityDescriptor ( ) : Microsoft.Win32
return Microsoft.Win32

GetBinaryForm() public method

public GetBinaryForm ( byte binaryForm, int offset ) : void
binaryForm byte
offset int
return void

GetSddlForm() public method

public GetSddlForm ( AccessControlSections includeSections ) : string
includeSections AccessControlSections
return string

GetSddlForm() public method

public GetSddlForm ( System includeSections ) : string
includeSections System
return string

IsSddlConversionSupported() public static method

public static IsSddlConversionSupported ( ) : bool
return bool