CommonObjectSecurity.RemoveAuditRuleAll(AuditRule) 方法

定义

从与此 CommonObjectSecurity 对象关联的系统访问控制列表 (SACL) 中移除与指定的审核规则具有相同安全性标识符的所有审核规则。

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

要移除的审核规则。

适用于