CommonObjectSecurity.RemoveAuditRule(AuditRule) 메서드

정의

CommonObjectSecurity 개체와 관련된 SACL(시스템 액세스 제어 목록)에서 지정한 감사 규칙과 동일한 보안 식별자 및 액세스 마스크가 들어 있는 감사 규칙을 제거합니다.

protected:
 bool RemoveAuditRule(System::Security::AccessControl::AuditRule ^ rule);
protected bool RemoveAuditRule (System.Security.AccessControl.AuditRule rule);
member this.RemoveAuditRule : System.Security.AccessControl.AuditRule -> bool
Protected Function RemoveAuditRule (rule As AuditRule) As Boolean

매개 변수

rule
AuditRule

제거할 감사 규칙입니다.

반환

감사 규칙이 성공적으로 제거되었으면 true이고, 그렇지 않으면 false입니다.

설명

감사 제거는 제거 하는 것 외에도 감사 제어 규칙을 추가할 수 있는 복잡 한 알고리즘을 사용 하 여 수행 됩니다.

이 메서드를 감사 규칙을 제거 하지 못하고 반환 false 감사 규칙과 관련 된 상속 규칙은 성공 하려면 제거 알고리즘에 대 한 너무 복잡 한 경우.

적용 대상