4 references to MutexSecurity
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
830[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.MutexSecurity))]
System.Threading.AccessControl (3)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.Extensions.notsupported.cs (3)
17public static System.Threading.Mutex Create(bool initiallyOwned, string? name, out bool createdNew, System.Security.AccessControl.MutexSecurity? mutexSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 30public static System.Security.AccessControl.MutexSecurity GetAccessControl(this System.Threading.Mutex mutex) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 33public static void SetAccessControl(this System.Threading.Mutex mutex, System.Security.AccessControl.MutexSecurity mutexSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }