PipeSecurity::RemoveAuditRuleSpecific Method (PipeAuditRule^)
.NET Framework (current version)
Removes 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 RemoveAuditRuleSpecific method removes the specified matching Deny audit rule or the specified matching Allow audit rule from the current PipeSecurity object. For example, you can use this method to remove a specified Deny audit rule for a user by passing a FileSystemAuditRule object created using the Deny value, the Failure value, and a user account. When you do this, the RemoveAuditRuleSpecific method removes only a deny rule that specifies the Failure value. It does not remove any deny rules that specify the Success value.
.NET Framework
Available since 3.5
Available since 3.5
Show: