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

Authenticate() public abstract method

Authenticates the specified session.
public abstract Authenticate ( Session session ) : AuthenticationResult
session Session The session to authenticate.
return AuthenticationResult
        public abstract AuthenticationResult Authenticate(Session session);