AuthenticationPrompt IsEchoed Property SSH .NET Client Library Documentation
Gets or sets a value indicating whether the user input should be echoed as characters are typed.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public bool IsEchoed { get; private set; }

Field Value

true if the user input should be echoed as characters are typed; otherwise, false.
See Also