Class GenericSecurityDescriptor
Inheritance
System.Object
GenericSecurityDescriptor
Assembly: IronZip.dll
Syntax
public abstract class GenericSecurityDescriptor : Object
Properties
BinaryLength
Declaration
public int BinaryLength { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
ControlFlags
Declaration
public abstract ControlFlags ControlFlags { get; }
Property Value
Group
Declaration
public abstract SecurityIdentifier Group { get; set; }
Property Value
Owner
Declaration
public abstract SecurityIdentifier Owner { get; set; }
Property Value
Revision
Declaration
public static byte Revision { get; }
Property Value
| Type |
Description |
| System.Byte |
|
Methods
Declaration
public void GetBinaryForm(byte[] binaryForm, int offset)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
binaryForm |
|
| System.Int32 |
offset |
|
Declaration
public string GetSddlForm(AccessControlSections includeSections)
Parameters
Returns
| Type |
Description |
| System.String |
|
IsSddlConversionSupported()
Declaration
public static bool IsSddlConversionSupported()
Returns
| Type |
Description |
| System.Boolean |
|