PrivateKeyConnectionInfo Constructor SSH .NET Client Library Documentation
Overload List

  NameDescription
Public methodPrivateKeyConnectionInfo(String, String,  PrivateKeyFile )
Initializes a new instance of the PrivateKeyConnectionInfo class.
Public methodPrivateKeyConnectionInfo(String, Int32, String,  PrivateKeyFile )
Initializes a new instance of the PrivateKeyConnectionInfo class.
Public methodPrivateKeyConnectionInfo(String, String, ProxyTypes, String, Int32,  PrivateKeyFile )
Initializes a new instance of the PasswordConnectionInfo class.
Public methodPrivateKeyConnectionInfo(String, Int32, String, ProxyTypes, String, Int32,  PrivateKeyFile )
Initializes a new instance of the PasswordConnectionInfo class.
Public methodPrivateKeyConnectionInfo(String, String, ProxyTypes, String, Int32, String,  PrivateKeyFile )
Initializes a new instance of the PasswordConnectionInfo class.
Public methodPrivateKeyConnectionInfo(String, Int32, String, ProxyTypes, String, Int32, String,  PrivateKeyFile )
Initializes a new instance of the PasswordConnectionInfo class.
Public methodPrivateKeyConnectionInfo(String, String, ProxyTypes, String, Int32, String, String,  PrivateKeyFile )
Initializes a new instance of the PasswordConnectionInfo class.
Public methodPrivateKeyConnectionInfo(String, Int32, String, ProxyTypes, String, Int32, String, String,  PrivateKeyFile )
Initializes a new instance of the PasswordConnectionInfo class.
Back to Top
See Also