ThreadingAclExtensions.GetAccessControl 메서드

정의

오버로드

GetAccessControl(EventWaitHandle)

지정된 handle에 대한 보안 설명자를 반환합니다.

GetAccessControl(Mutex)

지정된 mutex에 대한 보안 설명자를 반환합니다.

GetAccessControl(Semaphore)

지정된 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

보안 설명자를 반환해야 하는 이벤트 대기 핸들입니다.

반환

EventWaitHandleSecurity

지정된 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

보안 설명자를 반환해야 하는 뮤텍스입니다.

반환

MutexSecurity

지정된 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

보안 설명자를 반환해야 하는 세마포입니다.

반환

SemaphoreSecurity

지정된 세마포에 대한 보안 설명자입니다.

적용 대상