NamedPipeTransportOptions.PipeSecurity Property

Definition

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.

Applies to