EventWaitHandleSecurity.RemoveAuditRuleAll(EventWaitHandleAuditRule) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋與所指定規則有相同使用者的所有稽核規則,找到以後將其移除。
public:
void RemoveAuditRuleAll(System::Security::AccessControl::EventWaitHandleAuditRule ^ rule);
public void RemoveAuditRuleAll (System.Security.AccessControl.EventWaitHandleAuditRule rule);
override this.RemoveAuditRuleAll : System.Security.AccessControl.EventWaitHandleAuditRule -> unit
Public Sub RemoveAuditRuleAll (rule As EventWaitHandleAuditRule)
參數
EventWaitHandleAuditRule,指定要搜尋的使用者。 忽略根據此規則指定的任何權限。
例外狀況
rule
為 null
。
備註
系統會搜尋目前 EventWaitHandleSecurity 與相同的使用者 rule
稽核規則。 執行此搜尋時,會忽略 所 rule
指定的任何許可權。 所有相符的規則都會移除。 如果找不到相符的規則,則不會採取任何動作。