System.Security.AccessControl.MutexSecurity.RemoveAuditRuleAll Method

Searches for all audit rules with the same user as the specified rule and, if found, removes them.

Syntax

public void RemoveAuditRuleAll (MutexAuditRule rule)

Parameters

rule
A System.Security.AccessControl.MutexAuditRule that specifies the user to search for. Any rights specified by this rule are ignored.

Remarks

The current System.Security.AccessControl.MutexSecurity is searched for audit rules that have the same user as rule. Any rights specified by rule are ignored when performing this search. All matching rules are removed. If no matching rules are found, no action is taken.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0