ThreadingAclExtensions 클래스
정의
EventWaitHandle, Mutex 및 Semaphore에 대한 ACL(액세스 제어 목록) 보안 설명자를 관리하기 위한 Windows 특정 확장 메서드를 제공합니다.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
- 상속
-
ThreadingAclExtensions
- 특성
메서드
GetAccessControl(EventWaitHandle) |
지정된 |
GetAccessControl(Mutex) |
지정된 |
GetAccessControl(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. |