Initializes a new instance of the ConnectionInfo class.
Namespace: Renci.SshNetAssembly: 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:
System String
The host.
- username
- Type:
System String
The username.
- authenticationMethods
- Type: Renci.SshNet AuthenticationMethod
The authentication methods.
See Also