7 references to EventWaitHandleAccessRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
813
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
EventWaitHandleAccessRule
))]
System.Threading.AccessControl (6)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (6)
38
public void AddAccessRule(System.Security.AccessControl.
EventWaitHandleAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
41
public bool RemoveAccessRule(System.Security.AccessControl.
EventWaitHandleAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
42
public void RemoveAccessRuleAll(System.Security.AccessControl.
EventWaitHandleAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
43
public void RemoveAccessRuleSpecific(System.Security.AccessControl.
EventWaitHandleAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
47
public void ResetAccessRule(System.Security.AccessControl.
EventWaitHandleAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
48
public void SetAccessRule(System.Security.AccessControl.
EventWaitHandleAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }