SemaphoreAcl 클래스

정의

ACL(특정 액세스 제어 목록) 보안을 사용하여 개체를 만들기 Semaphore 위한 Windows 관련 확장 메서드를 제공합니다.

public ref class SemaphoreAcl abstract sealed
public static class SemaphoreAcl
type SemaphoreAcl = class
Public Class SemaphoreAcl
상속
SemaphoreAcl

설명

비고

이 형식은 Windows에서만 지원됩니다.

메서드

Name Description
Create(Int32, Int32, String, Boolean, SemaphoreSecurity)

인스턴스를 Semaphore 가져오거나 만듭니다. 인스턴스를 SemaphoreSecurity 이벤트 생성 중에 인스턴스를 설정하도록 선택적으로 지정할 수 있습니다.

OpenExisting(String, SemaphoreRights)

이미 있는 경우 지정된 명명된 세마포를 열고 원하는 액세스 권한을 적용합니다.

TryOpenExisting(String, SemaphoreRights, Semaphore)

지정된 명명된 세마포를 열려고 시도합니다(이미 있는 경우). 원하는 액세스 권한을 적용하고 작업이 성공했는지 여부를 나타내는 값을 반환합니다.

적용 대상