PipeStream.GetAccessControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a PipeSecurity object that encapsulates the access control list (ACL) entries for the pipe described by the current PipeStream object.
public:
System::IO::Pipes::PipeSecurity ^ GetAccessControl();
[System.Security.SecurityCritical]
public System.IO.Pipes.PipeSecurity GetAccessControl ();
[<System.Security.SecurityCritical>]
member this.GetAccessControl : unit -> System.IO.Pipes.PipeSecurity
Public Function GetAccessControl () As PipeSecurity
Returns
A PipeSecurity object that encapsulates the access control list (ACL) entries for the pipe described by the current PipeStream object.
- Attributes
Exceptions
The pipe is closed.
The underlying call to set security information failed.
The underlying call to set security information failed.
The underlying call to set security information failed.
Remarks
An access control list (ACL) describes individuals and/or groups that have, or do not have, rights to perform specific actions on a specified file. For more information, see How to: Add or Remove Access Control List Entries.