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