ActiveDirectorySecurity.RemoveAudit(IdentityReference) 메서드

정의

개체의 SACL에서 지정된 IdentityReference 개체가 있는 모든 감사 규칙을 제거합니다.

public:
 void RemoveAudit(System::Security::Principal::IdentityReference ^ identity);
public void RemoveAudit(System.Security.Principal.IdentityReference identity);
member this.RemoveAudit : System.Security.Principal.IdentityReference -> unit
Public Sub RemoveAudit (identity As IdentityReference)

매개 변수

identity
IdentityReference

IdentityReference SID(보안 식별자)로 확인되는 NTAccount 개체와 같은 개체입니다.

적용 대상