Class CommonAce
Inheritance
System.Object
CommonAce
Assembly: IronZip.dll
Syntax
public sealed class CommonAce : QualifiedAce
Constructors
CommonAce(AceFlags, AceQualifier, Int32, SecurityIdentifier, Boolean, Byte[])
Declaration
public CommonAce(AceFlags flags, AceQualifier qualifier, int accessMask, SecurityIdentifier sid, bool isCallback, byte[] opaque)
Parameters
Properties
BinaryLength
Declaration
public override int BinaryLength { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
Methods
Declaration
public override void GetBinaryForm(byte[] binaryForm, int offset)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
binaryForm |
|
| System.Int32 |
offset |
|
Overrides
MaxOpaqueLength(Boolean)
Declaration
public static int MaxOpaqueLength(bool isCallback)
Parameters
| Type |
Name |
Description |
| System.Boolean |
isCallback |
|
Returns
| Type |
Description |
| System.Int32 |
|