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

Renci.SshNet.Common.AuthenticationPromptEventArgs

Provides data for AuthenticationPrompt event.
namespace Renci.SshNet.Common { public class AuthenticationPromptEventArgs : AuthenticationEventArgs { public string Language { get; } public string Instruction { get; } public IEnumerable<AuthenticationPrompt> Prompts { get; } public AuthenticationPromptEventArgs(string username, string instruction, string language, IEnumerable<AuthenticationPrompt> prompts); } }