4 references to EventWaitHandleSecurity
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
816[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.EventWaitHandleSecurity))]
System.Threading.AccessControl (3)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.Extensions.notsupported.cs (3)
11public static System.Threading.EventWaitHandle Create(bool initialState, System.Threading.EventResetMode mode, string? name, out bool createdNew, System.Security.AccessControl.EventWaitHandleSecurity? eventSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 29public static System.Security.AccessControl.EventWaitHandleSecurity GetAccessControl(this System.Threading.EventWaitHandle handle) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 32public static void SetAccessControl(this System.Threading.EventWaitHandle handle, System.Security.AccessControl.EventWaitHandleSecurity eventSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }