Property | Type | Description | |
---|---|---|---|
MarshalInt | void | ||
UnmarshalInt | int |
Method | Description | |
---|---|---|
GetBinaryForm ( byte binaryForm, int offset ) : void | ||
GetSddlForm ( AccessControlSections includeSections ) : string | ||
GetSddlForm ( System includeSections ) : string | ||
IsSddlConversionSupported ( ) : bool |
Method | Description | |
---|---|---|
GenericSecurityDescriptor ( ) | ||
GenericSecurityDescriptor ( ) : Microsoft.Win32 |
Method | Description | |
---|---|---|
MarshalInt ( byte binaryForm, int offset, int number ) : void | ||
UnmarshalInt ( byte binaryForm, int offset ) : int |
protected GenericSecurityDescriptor ( ) : Microsoft.Win32 | ||
return | Microsoft.Win32 |
public GetBinaryForm ( byte binaryForm, int offset ) : void | ||
binaryForm | byte | |
offset | int | |
return | void |
public GetSddlForm ( AccessControlSections includeSections ) : string | ||
includeSections | AccessControlSections | |
return | string |
public GetSddlForm ( System includeSections ) : string | ||
includeSections | System | |
return | string |
public static IsSddlConversionSupported ( ) : bool | ||
return | bool |