6 references to EventWaitHandleAuditRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
814[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.EventWaitHandleAuditRule))]
System.Threading.AccessControl (5)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (5)
39public void AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 44public bool RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 45public void RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 46public void RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 49public void SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }