PipeSecurity::SetAccessRule Method (PipeAccessRule^)
.NET Framework (current version)
Sets an access rule in the Discretionary Access Control List (DACL) that is associated with the current PipeSecurity object.
Assembly: System.Core (in System.Core.dll)
Parameters
- rule
-
Type:
System.IO.Pipes::PipeAccessRule^
The rule to set.
| Exception | Condition |
|---|---|
| ArgumentNullException | The rule parameter is null. |
The SetAccessRule method adds the specified access control list (ACL) rule or overwrites any identical ACL rules that match the PipeAccessRights value of the rule parameter. For example, if the rule parameter specifies a Read value and the SetAccessRule method finds an identical ACL rule that specifies the Read value, the identical rule will be overwritten. If the SetAccessRule method finds an identical ACL rule that specifies the Write value, the identical rule will not be overwritten.
.NET Framework
Available since 3.5
Available since 3.5
Show: