8 references to RegistryAccessRule
Microsoft.Win32.Registry (6)
artifacts\obj\Microsoft.Win32.Registry\Debug\net9.0\Microsoft.Win32.Registry.notsupported.cs (6)
165public void AddAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 168public bool RemoveAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 169public void RemoveAccessRuleAll(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 170public void RemoveAccessRuleSpecific(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 174public void ResetAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 175public void SetAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); }
Microsoft.Win32.Registry.AccessControl (1)
artifacts\obj\Microsoft.Win32.Registry.AccessControl\Debug\net9.0\Microsoft.Win32.Registry.AccessControl.Forwards.notsupported.cs (1)
7[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RegistryAccessRule))]
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
843[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RegistryAccessRule))]