ThreadingAclExtensions.GetAccessControl 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetAccessControl(EventWaitHandle) |
지정된 |
GetAccessControl(Mutex) |
지정된 |
GetAccessControl(Semaphore) |
지정된 |
GetAccessControl(EventWaitHandle)
지정된 handle
에 대한 보안 설명자를 반환합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::Security::AccessControl::EventWaitHandleSecurity ^ GetAccessControl(System::Threading::EventWaitHandle ^ handle);
public static System.Security.AccessControl.EventWaitHandleSecurity GetAccessControl (this System.Threading.EventWaitHandle handle);
static member GetAccessControl : System.Threading.EventWaitHandle -> System.Security.AccessControl.EventWaitHandleSecurity
<Extension()>
Public Function GetAccessControl (handle As EventWaitHandle) As EventWaitHandleSecurity
매개 변수
- handle
- EventWaitHandle
보안 설명자를 반환해야 하는 이벤트 대기 핸들입니다.
반환
지정된 handle
에 대한 보안 설명자입니다.
적용 대상
GetAccessControl(Mutex)
지정된 mutex
에 대한 보안 설명자를 반환합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::Security::AccessControl::MutexSecurity ^ GetAccessControl(System::Threading::Mutex ^ mutex);
public static System.Security.AccessControl.MutexSecurity GetAccessControl (this System.Threading.Mutex mutex);
static member GetAccessControl : System.Threading.Mutex -> System.Security.AccessControl.MutexSecurity
<Extension()>
Public Function GetAccessControl (mutex As Mutex) As MutexSecurity
매개 변수
- mutex
- Mutex
보안 설명자를 반환해야 하는 뮤텍스입니다.
반환
지정된 mutex
에 대한 보안 설명자입니다.
적용 대상
GetAccessControl(Semaphore)
지정된 semaphore
에 대한 보안 설명자를 반환합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::Security::AccessControl::SemaphoreSecurity ^ GetAccessControl(System::Threading::Semaphore ^ semaphore);
public static System.Security.AccessControl.SemaphoreSecurity GetAccessControl (this System.Threading.Semaphore semaphore);
static member GetAccessControl : System.Threading.Semaphore -> System.Security.AccessControl.SemaphoreSecurity
<Extension()>
Public Function GetAccessControl (semaphore As Semaphore) As SemaphoreSecurity
매개 변수
- semaphore
- Semaphore
보안 설명자를 반환해야 하는 세마포입니다.
반환
지정된 세마포에 대한 보안 설명자입니다.