MutexSecurity.RemoveAuditRuleAll(MutexAuditRule) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for all audit rules with the same user as the specified rule and, if found, removes them.
public:
void RemoveAuditRuleAll(System::Security::AccessControl::MutexAuditRule ^ rule);
public void RemoveAuditRuleAll (System.Security.AccessControl.MutexAuditRule rule);
override this.RemoveAuditRuleAll : System.Security.AccessControl.MutexAuditRule -> unit
Public Sub RemoveAuditRuleAll (rule As MutexAuditRule)
Parameters
- rule
- MutexAuditRule
A MutexAuditRule that specifies the user to search for. Any rights specified by this rule are ignored.
Exceptions
rule
is null
.
Remarks
The current 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.