Class ObjectAce
Inheritance
System.Object
ObjectAce
Assembly: IronZip.dll
Syntax
public sealed class ObjectAce : QualifiedAce
Constructors
ObjectAce(AceFlags, AceQualifier, Int32, SecurityIdentifier, ObjectAceFlags, Guid, Guid, Boolean, Byte[])
Declaration
public ObjectAce(AceFlags aceFlags, AceQualifier qualifier, int accessMask, SecurityIdentifier sid, ObjectAceFlags flags, Guid type, Guid inheritedType, bool isCallback, byte[] opaque)
Parameters
Properties
BinaryLength
Declaration
public override int BinaryLength { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
InheritedObjectAceType
Declaration
public Guid InheritedObjectAceType { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
ObjectAceFlags
Declaration
public ObjectAceFlags ObjectAceFlags { get; set; }
Property Value
ObjectAceType
Declaration
public Guid ObjectAceType { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
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 |
|