Class AuthorizationRule
Inheritance
System.Object
AuthorizationRule
Assembly: IronZip.dll
Syntax
public abstract class AuthorizationRule : Object
Constructors
AuthorizationRule(IdentityReference, Int32, Boolean, InheritanceFlags, PropagationFlags)
Declaration
protected AuthorizationRule(IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags)
Parameters
Properties
AccessMask
Declaration
protected int AccessMask { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
IdentityReference
Declaration
public IdentityReference IdentityReference { get; }
Property Value
InheritanceFlags
Declaration
public InheritanceFlags InheritanceFlags { get; }
Property Value
IsInherited
Declaration
public bool IsInherited { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
PropagationFlags
Declaration
public PropagationFlags PropagationFlags { get; }
Property Value