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)
{
}
}
}