PasswordConnectionInfo
Provides connection information when password authentication method is used.
Occurs when user's password has expired and needs to be changed.
Initializes a new instance of the PasswordConnectionInfo class.
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.
Initializes a new instance of the PasswordConnectionInfo class.
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.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Releases unmanaged and - optionally - managed resources.