Renci.SshNet.AuthenticationMethod.IAuthenticationMethod C# (CSharp) Méthode

IAuthenticationMethod() private méthode

Authenticates the specified session.
private IAuthenticationMethod ( ISession session ) : AuthenticationResult
session ISession The session to authenticate.
Résultat AuthenticationResult
        AuthenticationResult IAuthenticationMethod.Authenticate(ISession session)
        {
            return Authenticate((Session) session);
        }
    }