17 references to RegistryRights
Microsoft.Win32.Registry (16)
Microsoft\Win32\RegistryKey.cs (5)
532
return OpenSubKey(name, permissionCheck, (
RegistryRights
)GetRegistryKeyAccess(permissionCheck));
535
public RegistryKey? OpenSubKey(string name,
RegistryRights
rights)
540
public RegistryKey? OpenSubKey(string name, RegistryKeyPermissionCheck permissionCheck,
RegistryRights
rights)
1553
private static void ValidateKeyRights(
RegistryRights
rights)
1555
if (0 != (rights & ~
RegistryRights
.FullControl))
System\Security\AccessControl\RegistrySecurity.cs (11)
14
public RegistryAccessRule(IdentityReference identity,
RegistryRights
registryRights, AccessControlType type)
19
public RegistryAccessRule(string identity,
RegistryRights
registryRights, AccessControlType type)
24
public RegistryAccessRule(IdentityReference identity,
RegistryRights
registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
29
public RegistryAccessRule(string identity,
RegistryRights
registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
55
public
RegistryRights
RegistryRights
57
get { return (
RegistryRights
)AccessMask; }
64
public RegistryAuditRule(IdentityReference identity,
RegistryRights
registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
69
public RegistryAuditRule(string identity,
RegistryRights
registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
79
public
RegistryRights
RegistryRights
81
get { return (
RegistryRights
)AccessMask; }
237
get { return typeof(
RegistryRights
); }
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
845
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
RegistryRights
))]