5 references to RegistryAccessRule
mscorlib (5)
system\security\accesscontrol\registrysecurity.cs (5)
62: this(identity, (int) registryRights, false, InheritanceFlags.None, PropagationFlags.None, type) 67: this(new NTAccount(identity), (int) registryRights, false, InheritanceFlags.None, PropagationFlags.None, type) 72: this(identity, (int) registryRights, false, inheritanceFlags, propagationFlags, type) 77: this(new NTAccount(identity), (int) registryRights, false, inheritanceFlags, propagationFlags, type) 185return new RegistryAccessRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, type);