NamedPipeTransportOptions.CurrentUserOnly Property

Definition

Gets or sets a value that indicates that the pipe can only be connected to by a client created by the same user account.

On Windows, a value of true verifies both the user account and elevation level.

public bool CurrentUserOnly { get; set; }
member this.CurrentUserOnly : bool with get, set
Public Property CurrentUserOnly As Boolean

Property Value

Remarks

Defaults to true.

Applies to