次の方法で共有


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 のすべての値は無視されます。

適用対象