Class ObjectAccessRule
Inheritance
System.Object
ObjectAccessRule
Assembly: IronZip.dll
Syntax
public abstract class ObjectAccessRule : AccessRule
Constructors
ObjectAccessRule(IdentityReference, Int32, Boolean, InheritanceFlags, PropagationFlags, Guid, Guid, AccessControlType)
Declaration
protected ObjectAccessRule(IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, Guid objectType, Guid inheritedObjectType, AccessControlType type)
Parameters
Properties
InheritedObjectType
Declaration
public Guid InheritedObjectType { get; }
Property Value
| Type |
Description |
| System.Guid |
|
ObjectFlags
Declaration
public ObjectAceFlags ObjectFlags { get; }
Property Value
ObjectType
Declaration
public Guid ObjectType { get; }
Property Value
| Type |
Description |
| System.Guid |
|