6 references to MutexAuditRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
828[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.MutexAuditRule))]
System.Threading.AccessControl (5)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (5)
82public void AddAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 87public bool RemoveAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 88public void RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 89public void RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 92public void SetAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }