AuthenticationPromptEventArgs Constructor SSH .NET Client Library Documentation
Initializes a new instance of the AuthenticationPromptEventArgs class.

Namespace: Renci.SshNet.Common
Assembly: 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: OnlineSystem String
The username.
instruction
Type: OnlineSystem String
The instruction.
language
Type: OnlineSystem String
The language.
prompts
Type: OnlineSystem.Collections.Generic IEnumerable AuthenticationPrompt 
The information request prompts.
See Also