C# Class Renci.SshNet.Common.AuthenticationPromptEventArgs

Provides data for Renci.SshNet.KeyboardInteractiveConnectionInfo.AuthenticationPrompt event.
Inheritance: AuthenticationEventArgs
Exibir arquivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
AuthenticationPromptEventArgs ( string username, string instruction, string language, IEnumerable prompts ) : System.Collections.Generic

Initializes a new instance of the AuthenticationPromptEventArgs class.

Method Details

AuthenticationPromptEventArgs() public method

Initializes a new instance of the AuthenticationPromptEventArgs class.
public AuthenticationPromptEventArgs ( string username, string instruction, string language, IEnumerable prompts ) : System.Collections.Generic
username string The username.
instruction string The instruction.
language string The language.
prompts IEnumerable The information request prompts.
return System.Collections.Generic