CommonObjectSecurity.RemoveAuditRuleAll(AuditRule) メソッド

定義

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

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

パラメーター

rule
AuditRule

削除する監査規則。

適用対象