C# Class Renci.SshNet.KeyboardInteractiveConnectionInfo

Provides connection information when keyboard interactive authentication method is used
Inheritance: ConnectionInfo, IDisposable
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

KeyboardInteractiveConnectionInfo ( string host, int port, string username ) : System

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort ) : System

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername ) : System

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword ) : System

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

KeyboardInteractiveConnectionInfo ( string host, string username ) : System

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort ) : System

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername ) : System

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword ) : System

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Private Methods

Méthode Description
AuthenticationMethod_AuthenticationPrompt ( object sender, AuthenticationPromptEventArgs e ) : void

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

KeyboardInteractiveConnectionInfo() public méthode

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, int port, string username ) : System
host string The host.
port int The port.
username string The username.
Résultat System

KeyboardInteractiveConnectionInfo() public méthode

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort ) : System
host string Connection host.
port int Connection port.
username string Connection username.
proxyType ProxyTypes Type of the proxy.
proxyHost string The proxy host.
proxyPort int The proxy port.
Résultat System

KeyboardInteractiveConnectionInfo() public méthode

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername ) : System
host string Connection host.
port int Connection port.
username string Connection username.
proxyType ProxyTypes Type of the proxy.
proxyHost string The proxy host.
proxyPort int The proxy port.
proxyUsername string The proxy username.
Résultat System

KeyboardInteractiveConnectionInfo() public méthode

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword ) : System
host string Connection host.
port int Connection port.
username string Connection username.
proxyType ProxyTypes Type of the proxy.
proxyHost string The proxy host.
proxyPort int The proxy port.
proxyUsername string The proxy username.
proxyPassword string The proxy password.
Résultat System

KeyboardInteractiveConnectionInfo() public méthode

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, string username ) : System
host string The host.
username string The username.
Résultat System

KeyboardInteractiveConnectionInfo() public méthode

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort ) : System
host string Connection host.
username string Connection username.
proxyType ProxyTypes Type of the proxy.
proxyHost string The proxy host.
proxyPort int The proxy port.
Résultat System

KeyboardInteractiveConnectionInfo() public méthode

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername ) : System
host string Connection host.
username string Connection username.
proxyType ProxyTypes Type of the proxy.
proxyHost string The proxy host.
proxyPort int The proxy port.
proxyUsername string The proxy username.
Résultat System

KeyboardInteractiveConnectionInfo() public méthode

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.
public KeyboardInteractiveConnectionInfo ( string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword ) : System
host string Connection host.
username string Connection username.
proxyType ProxyTypes Type of the proxy.
proxyHost string The proxy host.
proxyPort int The proxy port.
proxyUsername string The proxy username.
proxyPassword string The proxy password.
Résultat System