共用方式為


RegistrySecurity.RemoveAuditRuleAll(RegistryAuditRule) 方法

定義

搜尋與所指定規則有相同使用者的所有稽核規則,找到以後將其移除。

public:
 void RemoveAuditRuleAll(System::Security::AccessControl::RegistryAuditRule ^ rule);
public void RemoveAuditRuleAll (System.Security.AccessControl.RegistryAuditRule rule);
override this.RemoveAuditRuleAll : System.Security.AccessControl.RegistryAuditRule -> unit
Public Sub RemoveAuditRuleAll (rule As RegistryAuditRule)

參數

rule
RegistryAuditRule

RegistryAuditRule,指定要搜尋的使用者。 這個規則所指定的任何權限、繼承旗標或傳用旗標都會被忽略。

例外狀況

rulenull

備註

系統會搜尋目前 RegistrySecurity 與 相同的使用者 rule 稽核規則。 執行此搜尋時,會忽略 所指定 rule 的任何許可權、繼承旗標或傳播旗標。 如果找不到相符的規則,則不會採取任何動作。

適用於