ThreadingAclExtensions Class

Definition

Provides Windows-specific extension methods for managing the access control list (ACL) security descriptors for EventWaitHandle, Mutex, and Semaphore.

public ref class ThreadingAclExtensions abstract sealed
public static class ThreadingAclExtensions
[System.Security.SecurityCritical]
public static class ThreadingAclExtensions
type ThreadingAclExtensions = class
[<System.Security.SecurityCritical>]
type ThreadingAclExtensions = class
Public Module ThreadingAclExtensions
Inheritance
ThreadingAclExtensions
Attributes

Methods

GetAccessControl(EventWaitHandle)

Returns the security descriptors for the specified handle.

GetAccessControl(Mutex)

Returns the security descriptors for the specified mutex.

GetAccessControl(Semaphore)

Returns the security descriptors for the specified semaphore.

SetAccessControl(EventWaitHandle, EventWaitHandleSecurity)

Sets the security descriptors for the specified event wait handle.

SetAccessControl(Mutex, MutexSecurity)

Sets the security descriptors for the specified mutex.

SetAccessControl(Semaphore, SemaphoreSecurity)

Sets the security descriptors for the specified semaphore.

Applies to