PipeSecurity::RemoveAuditRuleAll Method (PipeAuditRule^)
.NET Framework (current version)
Removes all audit rules that have the same security identifier as the specified audit rule from the System Access Control List (SACL) that is associated with the current PipeSecurity object.
Assembly: System.Core (in System.Core.dll)
Parameters
- rule
-
Type:
System.IO.Pipes::PipeAuditRule^
The audit rule to remove.
| Exception | Condition |
|---|---|
| ArgumentNullException | The rule parameter is null. |
The RemoveAuditRuleAll method removes all audit rules for the specified user. It ignores all values in the PipeAuditRule object except the user account.
.NET Framework
Available since 3.5
Available since 3.5
Show: