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
セキュリティ記述子を返す必要のあるセマフォ。
戻り値
指定したセマフォのセキュリティ記述子。