System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleAll Method

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

Syntax

public void RemoveAuditRuleAll (SemaphoreAuditRule rule)

Parameters

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

Remarks

The current System.Security.AccessControl.SemaphoreSecurity 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: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0