다음을 통해 공유


PipeSecurity.RemoveAuditRuleAll(PipeAuditRule) 메서드

정의

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

public:
 void RemoveAuditRuleAll(System::IO::Pipes::PipeAuditRule ^ rule);
public void RemoveAuditRuleAll (System.IO.Pipes.PipeAuditRule rule);
override this.RemoveAuditRuleAll : System.IO.Pipes.PipeAuditRule -> unit
Public Sub RemoveAuditRuleAll (rule As PipeAuditRule)

매개 변수

rule
PipeAuditRule

제거할 감사 규칙입니다.

예외

rule 매개 변수가 null인 경우

설명

메서드는 RemoveAuditRuleAll 지정된 사용자에 대한 모든 감사 규칙을 제거합니다. 사용자 계정을 제외한 개체의 PipeAuditRule 모든 값을 무시합니다.

적용 대상