Renci.SshNet.AuthenticationMethod.IAuthenticationMethod C# (CSharp) Method

IAuthenticationMethod() private method

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