Initializes a new instance of the PrivateKeyConnectionInfo class.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public PrivateKeyConnectionInfo( string host, int port, string username, params PrivateKeyFile[] keyFiles )
Parameters
- host
- Type:
System String
Connection host.
- port
- Type:
System Int32
Connection port.
- username
- Type:
System String
Connection username.
- keyFiles
- Type: Renci.SshNet PrivateKeyFile
Connection key files.
See Also