4 references to SemaphoreSecurity
System (1)
src\libraries\shims\System\ref\System.cs (1)
836
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
SemaphoreSecurity
))]
System.Threading.AccessControl (3)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.Extensions.notsupported.cs (3)
23
public static System.Threading.Semaphore Create(int initialCount, int maximumCount, string? name, out bool createdNew, System.Security.AccessControl.
SemaphoreSecurity
? semaphoreSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
31
public static System.Security.AccessControl.
SemaphoreSecurity
GetAccessControl(this System.Threading.Semaphore semaphore) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
34
public static void SetAccessControl(this System.Threading.Semaphore semaphore, System.Security.AccessControl.
SemaphoreSecurity
semaphoreSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }