7 references to RegistryAuditRule
Microsoft.Win32.Registry (5)
artifacts\obj\Microsoft.Win32.Registry\Debug\net9.0\Microsoft.Win32.Registry.notsupported.cs (5)
166public void AddAuditRule(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 171public bool RemoveAuditRule(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 172public void RemoveAuditRuleAll(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 173public void RemoveAuditRuleSpecific(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 176public void SetAuditRule(System.Security.AccessControl.RegistryAuditRule 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)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RegistryAuditRule))]
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
844[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RegistryAuditRule))]