Share via


ActiveDirectorySecurity.RemoveAudit(IdentityReference) 메서드

정의

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

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

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

적용 대상