Class CompoundAce
Inheritance
System.Object
CompoundAce
Assembly: IronZip.dll
Syntax
public sealed class CompoundAce : KnownAce
Constructors
CompoundAce(AceFlags, Int32, CompoundAceType, SecurityIdentifier)
Declaration
public CompoundAce(AceFlags flags, int accessMask, CompoundAceType compoundAceType, SecurityIdentifier sid)
Parameters
Properties
BinaryLength
Declaration
public override int BinaryLength { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
CompoundAceType
Declaration
public CompoundAceType CompoundAceType { get; set; }
Property Value
Methods
Declaration
public override void GetBinaryForm(byte[] binaryForm, int offset)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
binaryForm |
|
| System.Int32 |
offset |
|
Overrides