3 references to MutexAccessRule
mscorlib (3)
system\security\accesscontrol\mutexsecurity.cs (3)
53: this(identity, (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type) 58: this(new NTAccount(identity), (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type) 159return new MutexAccessRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, type);