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)
39
public void AddAuditRule(System.Security.AccessControl.
EventWaitHandleAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
44
public bool RemoveAuditRule(System.Security.AccessControl.
EventWaitHandleAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
45
public void RemoveAuditRuleAll(System.Security.AccessControl.
EventWaitHandleAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
46
public void RemoveAuditRuleSpecific(System.Security.AccessControl.
EventWaitHandleAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
49
public void SetAuditRule(System.Security.AccessControl.
EventWaitHandleAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }