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 で指定された権限、継承フラグ、または伝達フラグは無視されます。 一致するルールが見つからない場合、アクションは実行されません。

適用対象