ThreadingAclExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
GetAccessControl(Mutex) |
Returns the security descriptors for the specified |
GetAccessControl(Semaphore) |
Returns the security descriptors for the specified |
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. |