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