NamedPipeTransportOptions.PipeSecurity Property
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 or sets the security information that determines the default access control and audit security for pipes.
public System.IO.Pipes.PipeSecurity? PipeSecurity { get; set; }
member this.PipeSecurity : System.IO.Pipes.PipeSecurity with get, set
Public Property PipeSecurity As PipeSecurity
Property Value
Remarks
Defaults to null
, which is no pipe security.
Configuring PipeSecurity sets the default access control and audit security for pipes. If per-endpoint security is needed then CreateNamedPipeServerStream can be configured to create streams with different security settings.