PipeSecurity Constructor
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.
Initializes a new instance of the PipeSecurity class.
public:
PipeSecurity();
public PipeSecurity ();
Public Sub New ()
Remarks
This constructor creates an empty PipeSecurity object that is not based on an existing pipe. You can then populate the object with access control information and apply it to a pipe.
You can add access or audit rules to the PipeSecurity object using the AddAccessRule method. You can remove access or audit rules using the RemoveAccessRule method.
To persist new or changed access or audit rules to a pipe, use the SetAccessControl method. To retrieve access or audit rules from an existing file, use the GetAccessControl method.