Renci.SshNet.NoneAuthenticationMethod
Provides functionality for "none" authentication method.
namespace Renci.SshNet
{
public class NoneAuthenticationMethod : AuthenticationMethod
{
public NoneAuthenticationMethod(string username);
}
}
namespace Renci.SshNet.Sftp.Responses
{
}