DirectoryObjectSecurity::RemoveAuditRuleAll Method (ObjectAuditRule^)

 

Removes all audit rules that have the same security identifier as the specified audit rule from the System Access Control List (SACL) associated with this DirectoryObjectSecurity object.

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

protected:
void RemoveAuditRuleAll(
	ObjectAuditRule^ rule
)

Parameters

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

The audit rule to remove.

.NET Framework
Available since 2.0
Return to top
Show: