<PackageReference Include="SSH.NET" Version="2020.0.0" />

KeyboardInteractiveConnectionInfo

Provides connection information when keyboard interactive authentication method is used

Occurs when server prompts for more authentication information.

public KeyboardInteractiveConnectionInfo(string host, string username)

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

public KeyboardInteractiveConnectionInfo(string host, int port, string username)

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

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

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

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

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

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

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

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

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

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

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)

Initializes a new instance of the KeyboardInteractiveConnectionInfo class.

public void Dispose()

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

protected virtual void Dispose(bool disposing)

Releases unmanaged and - optionally - managed resources