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

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 IReadOnlyList<AuthenticationPrompt> Prompts { get; } public AuthenticationPromptEventArgs(string username, string instruction, string language, IReadOnlyList<AuthenticationPrompt> prompts); } }