5 references to RegistryAccessRule
Microsoft.Win32.Registry (5)
System\Security\AccessControl\RegistrySecurity.cs (5)
15: this(identity, (int)registryRights, false, InheritanceFlags.None, PropagationFlags.None, type) 20: this(new NTAccount(identity), (int)registryRights, false, InheritanceFlags.None, PropagationFlags.None, type) 25: this(identity, (int)registryRights, false, inheritanceFlags, propagationFlags, type) 30: this(new NTAccount(identity), (int)registryRights, false, inheritanceFlags, propagationFlags, type) 125return new RegistryAccessRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, type);