41 references to RegistryRights
mscorlib (19)
microsoft\win32\registrykey.cs (3)
772
public RegistryKey OpenSubKey(String name,
RegistryRights
rights)
781
public RegistryKey OpenSubKey(String name, RegistryKeyPermissionCheck permissionCheck,
RegistryRights
rights) {
2193
if(0 != (rights & ~((int)
RegistryRights
.FullControl))) {
system\security\accesscontrol\registrysecurity.cs (11)
61
public RegistryAccessRule(IdentityReference identity,
RegistryRights
registryRights, AccessControlType type)
66
public RegistryAccessRule(String identity,
RegistryRights
registryRights, AccessControlType type)
71
public RegistryAccessRule(IdentityReference identity,
RegistryRights
registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
76
public RegistryAccessRule(string identity,
RegistryRights
registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
102
public
RegistryRights
RegistryRights {
103
get { return (
RegistryRights
) base.AccessMask; }
110
public RegistryAuditRule(IdentityReference identity,
RegistryRights
registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
115
public RegistryAuditRule(string identity,
RegistryRights
registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
125
public
RegistryRights
RegistryRights {
126
get { return (
RegistryRights
) base.AccessMask; }
316
get { return typeof(
RegistryRights
); }
system\timezoneinfo.cs (5)
937
System.Security.AccessControl.
RegistryRights
.ReadKey
1436
System.Security.AccessControl.
RegistryRights
.ReadKey
2315
System.Security.AccessControl.
RegistryRights
.ReadKey
2492
System.Security.AccessControl.
RegistryRights
.ReadKey
2777
System.Security.AccessControl.
RegistryRights
.ReadKey
WsatConfig (10)
Configuration\ClusterRegistryConfigurationProvider.cs (5)
33
RegistryRights
.ReadKey |
34
RegistryRights
.EnumerateSubKeys |
35
RegistryRights
.QueryValues);
54
RegistryRights
.FullControl,
92
RegistryRights
.FullControl,
Configuration\ClusterSafeNativeMethods.cs (2)
161
[In]
RegistryRights
samDesired);
168
[In]
RegistryRights
samDesired,
Configuration\StdRegProviderWrapper.cs (3)
338
RegistryRights
.FullControl);
348
RegistryRights
.ReadKey,
357
RegistryRights
.ReadKey,
WsatUI (12)
Configuration\ClusterRegistryConfigurationProvider.cs (5)
33
RegistryRights
.ReadKey |
34
RegistryRights
.EnumerateSubKeys |
35
RegistryRights
.QueryValues);
54
RegistryRights
.FullControl,
92
RegistryRights
.FullControl,
Configuration\ClusterSafeNativeMethods.cs (2)
161
[In]
RegistryRights
samDesired);
168
[In]
RegistryRights
samDesired,
Configuration\RegistryHelper.cs (2)
43
RegistryRights
.FullControl);
89
RegistryRights
.FullControl);
Configuration\StdRegProviderWrapper.cs (3)
338
RegistryRights
.FullControl);
348
RegistryRights
.ReadKey,
357
RegistryRights
.ReadKey,