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

Extensions

static class Extensions
Collection of different extension methods.
namespace Renci.SshNet.Common { public class AuthenticationPrompt { public int Id { get; } = id; public bool IsEchoed { get; } = isEchoed; public string Request { get; } = request; public string Response { get; set; } public AuthenticationPrompt(int id, bool isEchoed, string request) { } } }