SemaphoreAuditRule(IdentityReference, SemaphoreRights, AuditFlags) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SemaphoreAuditRule 클래스의 새 인스턴스를 초기화하여 감사할 사용자 또는 그룹, 감사 권한 그리고 성공, 실패 또는 두 가지 모두에 대한 감사 여부를 지정합니다.
public:
SemaphoreAuditRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::SemaphoreRights eventRights, System::Security::AccessControl::AuditFlags flags);
public SemaphoreAuditRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags);
new System.Security.AccessControl.SemaphoreAuditRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.SemaphoreRights * System.Security.AccessControl.AuditFlags -> System.Security.AccessControl.SemaphoreAuditRule
Public Sub New (identity As IdentityReference, eventRights As SemaphoreRights, flags As AuditFlags)
매개 변수
- identity
- IdentityReference
규칙을 적용할 사용자나 그룹입니다. 이 값은 SecurityIdentifier 형식이거나 NTAccount와 같이 SecurityIdentifier 형식으로 변환할 수 있는 형식이어야 합니다.
- eventRights
- SemaphoreRights
감사할 액세스 종류를 지정하는 SemaphoreRights 값의 비트 조합입니다.
- flags
- AuditFlags
성공 또는 실패를 감사할지 아니면 둘 다 감사할지를 지정하는 AuditFlags 값의 비트 조합입니다.
예외
identity
의 형식이 SecurityIdentifier도 아니고 NTAccount와 같이 SecurityIdentifier 형식으로 변환할 수 있는 형식도 아닌 경우
설명
사용자 또는 그룹 이름을 나타내는 문자열에서 개체를 만들 NTAccount 려면 생성자를 사용합니다 NTAccount.NTAccount(String) .