DirectoryObjectSecurity.RemoveAuditRuleAll(ObjectAuditRule) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从与此 DirectoryObjectSecurity 对象关联的系统访问控制列表 (SACL) 中移除与指定的审核规则具有相同安全性标识符的所有审核规则。
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
要移除的审核规则。