7 public T
Rights => (
T)(
object)base.AccessMask;
20 : this(identity, (int)(object)rights, isInherited: false, inheritanceFlags, propagationFlags,
type)
30 : base(identity, accessMask, isInherited, inheritanceFlags, propagationFlags,
type)
34public abstract class AccessRule : AuthorizationRule
41 : base(identity, accessMask, isInherited, inheritanceFlags, propagationFlags)
static string ArgumentOutOfRange_Enum
static string Format(string resourceFormat, object p1)
static string Argument_InvalidEnumValue
AccessRule(string identity, T rights, AccessControlType type)
AccessRule(IdentityReference identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
readonly AccessControlType _type
AccessRule(string identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
AccessRule(IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
AccessRule(IdentityReference identity, T rights, AccessControlType type)