PipeSecurity Constructor

Definition

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.

Applies to