Class CommonAcl
Inheritance
System.Object
CommonAcl
Implements
System.Collections.ICollection
System.Collections.IEnumerable
Assembly: IronZip.dll
Syntax
public abstract class CommonAcl : GenericAcl
Properties
BinaryLength
Declaration
public sealed override int BinaryLength { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
Count
Declaration
public sealed override int Count { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
IsCanonical
Declaration
public bool IsCanonical { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsContainer
Declaration
public bool IsContainer { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsDS
Declaration
public bool IsDS { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Item[Int32]
Declaration
public sealed override GenericAce this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Overrides
Revision
Declaration
public sealed override byte Revision { get; }
Property Value
| Type |
Description |
| System.Byte |
|
Overrides
Methods
Declaration
public sealed override void GetBinaryForm(byte[] binaryForm, int offset)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
binaryForm |
|
| System.Int32 |
offset |
|
Overrides
Purge(SecurityIdentifier)
Declaration
public void Purge(SecurityIdentifier sid)
Parameters
RemoveInheritedAces()
Declaration
public void RemoveInheritedAces()
Implements
System.Collections.ICollection
System.Collections.IEnumerable