System.Threading.ThreadingAclExtensions
Provides Windows-specific extension methods for managing the access control list (ACL) security descriptors for EventWaitHandle, Mutex, and Semaphore.
Returns the security descriptors for the specified handle.
Returns the security descriptors for the specified mutex.
Returns the security descriptors for the specified semaphore.
public static void SetAccessControl(this EventWaitHandle handle, EventWaitHandleSecurity eventSecurity)
Sets the security descriptors for the specified event wait handle.
Sets the security descriptors for the specified mutex.
Sets the security descriptors for the specified semaphore.