EventWaitHandleSecurity.RemoveAuditRuleAll(EventWaitHandleAuditRule) メソッド

定義

指定した規則と同じユーザーが設定されているすべての監査規則を検索し、見つかった場合はそれらの規則を削除します。

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)

パラメーター

rule
EventWaitHandleAuditRule

検索対象のユーザーを指定する EventWaitHandleAuditRule。 この規則によって指定された権限はすべて無視されます。

例外

rulenullです。

注釈

現在 EventWaitHandleSecurity のユーザーと同じ監査 rule規則が検索されます。 この検索を実行する場合、指定された rule 権限はすべて無視されます。 一致するすべてのルールが削除されます。 一致するルールが見つからない場合、アクションは実行されません。

適用対象