PrivateKeyConnectionInfo
Provides connection information when private key authentication method is used.
namespace Renci.SshNet
{
internal interface IClientAuthentication
{
void Authenticate(IConnectionInfoInternal connectionInfo, ISession session);
}
}