ConnectionInfo Constructor (String, String,  AuthenticationMethod )SSH .NET Client Library Documentation
Initializes a new instance of the ConnectionInfo class.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public ConnectionInfo(
	string host,
	string username,
	params AuthenticationMethod[] authenticationMethods
)

Parameters

host
Type: OnlineSystem String
The host.
username
Type: OnlineSystem String
The username.
authenticationMethods
Type:  Renci.SshNet AuthenticationMethod 
The authentication methods.
See Also