DirectoryObjectSecurity.RemoveAuditRuleAll(ObjectAuditRule) メソッド

定義

指定した監査規則と同じセキュリティ識別子を含むすべての監査規則を、この DirectoryObjectSecurity オブジェクトに関連付けられたシステム アクセス制御リスト (SACL: System Access Control List) から削除します。

protected:
 void RemoveAuditRuleAll(System::Security::AccessControl::ObjectAuditRule ^ rule);
protected void RemoveAuditRuleAll (System.Security.AccessControl.ObjectAuditRule rule);
member this.RemoveAuditRuleAll : System.Security.AccessControl.ObjectAuditRule -> unit
Protected Sub RemoveAuditRuleAll (rule As ObjectAuditRule)

パラメーター

rule
ObjectAuditRule

削除する監査規則。

適用対象