NamedPipeTransportOptions.CurrentUserOnly 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 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.