PrivateKeyConnectionInfo
Provides connection information when private key authentication method is used
Gets the key files used for authentication.
Initializes a new instance of the PrivateKeyConnectionInfo class.
Initializes a new instance of the PrivateKeyConnectionInfo class.
public PrivateKeyConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, PrivateKeyFile[] keyFiles)
Initializes a new instance of the PasswordConnectionInfo class.
public PrivateKeyConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, PrivateKeyFile[] keyFiles)
Initializes a new instance of the PasswordConnectionInfo class.
public PrivateKeyConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, PrivateKeyFile[] keyFiles)
Initializes a new instance of the PasswordConnectionInfo class.
public PrivateKeyConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, PrivateKeyFile[] keyFiles)
Initializes a new instance of the PasswordConnectionInfo class.
public PrivateKeyConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword, PrivateKeyFile[] keyFiles)
Initializes a new instance of the PasswordConnectionInfo class.
public PrivateKeyConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword, PrivateKeyFile[] keyFiles)
Initializes a new instance of the PasswordConnectionInfo class.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Releases unmanaged and - optionally - managed resources