Initializes a new instance of the AuthenticationPromptEventArgs class.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public AuthenticationPromptEventArgs( string username, string instruction, string language, IEnumerable<AuthenticationPrompt> prompts )
Parameters
- username
- Type:
System String
The username.
- instruction
- Type:
System String
The instruction.
- language
- Type:
System String
The language.
- prompts
- Type:
System.Collections.Generic IEnumerable AuthenticationPrompt
The information request prompts.
See Also