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

指定したセマフォのセキュリティ記述子。

適用対象