IClientAuthentication
                    interface IClientAuthentication
                
                Represents a mechanism to authenticate a given client.
            
                namespace Renci.SshNet
{
    internal interface IClientAuthentication
    {
        void Authenticate(IConnectionInfoInternal connectionInfo, ISession session);
    }
}