6 references to SemaphoreAuditRule
System (1)
src\libraries\shims\System\ref\System.cs (1)
834[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SemaphoreAuditRule))]
System.Threading.AccessControl (5)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (5)
125public void AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 130public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 131public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 132public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 135public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }