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

PasswordConnectionInfo

Provides connection information when password authentication method is used

Occurs when user's password has expired and needs to be changed.

public PasswordConnectionInfo(string host, string username, string password)

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, int port, string username, string password)

Initializes a new instance of the PasswordConnectionInfo class.

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

Initializes a new instance of the PasswordConnectionInfo class.

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

Initializes a new instance of the PasswordConnectionInfo class.

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

Initializes a new instance of the PasswordConnectionInfo class.

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

Initializes a new instance of the PasswordConnectionInfo class.

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

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, string username, byte[] password)

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, int port, string username, byte[] password)

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, int port, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort)

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, int port, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername)

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort)

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername)

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword)

Initializes a new instance of the PasswordConnectionInfo class.

public PasswordConnectionInfo(string host, int port, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword)

Initializes a new instance of the PasswordConnectionInfo 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