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