C# Class Renci.SshNet.Common.AuthenticationPrompt

Provides prompt information when Renci.SshNet.KeyboardInteractiveConnectionInfo.AuthenticationPrompt is raised
Mostra file Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
AuthenticationPrompt ( int id, bool isEchoed, string request )

Initializes a new instance of the AuthenticationPrompt class.

Method Details

AuthenticationPrompt() public method

Initializes a new instance of the AuthenticationPrompt class.
public AuthenticationPrompt ( int id, bool isEchoed, string request )
id int The sequence id.
isEchoed bool if set to true the user input should be echoed.
request string The request.