C# Class Renci.SshNet.ClientAuthentication

Inheritance: IClientAuthentication
Datei anzeigen Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
Authenticate ( IConnectionInfoInternal connectionInfo, ISession session ) : void

Private Methods

Method Description
GetOrderedAuthenticationMethods ( AuthenticationState authenticationState, IEnumerable matchingAuthenticationMethods ) : IEnumerable
TryAuthenticate ( ISession session, AuthenticationState authenticationState, ICollection allowedAuthenticationMethods, SshAuthenticationException &authenticationException ) : bool

Method Details

Authenticate() public method

public Authenticate ( IConnectionInfoInternal connectionInfo, ISession session ) : void
connectionInfo IConnectionInfoInternal
session ISession
return void