Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventWaitHandleSecurity::AddAuditRule Method (EventWaitHandleAuditRule^)

 

Searches for an audit rule with which the new rule can be merged. If none are found, adds the new rule.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
void AddAuditRule(
	EventWaitHandleAuditRule^ rule
)

Parameters

rule
Type: System.Security.AccessControl::EventWaitHandleAuditRule^

The audit rule to add. The user specified by this rule determines the search.

Exception Condition
ArgumentNullException

rule is null.

The AddAuditRule method searches for rules with the same user or group as rule. If none are found, rule is added. If a matching rule is found, the flags in rule are merged into the existing rule.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft