<PackageReference Include="SSH.NET" Version="2020.0.2" />

AuthenticationPromptEventArgs

Provides data for AuthenticationPrompt event.
public string Instruction { get; }

Gets prompt instruction.

public string Language { get; }

Gets prompt language.

Gets server information request prompts.

public AuthenticationPromptEventArgs(string username, string instruction, string language, IEnumerable<AuthenticationPrompt> prompts)

Initializes a new instance of the AuthenticationPromptEventArgs class.