Authenticates to the SSH server using a username and password.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub Authenticate ( _
	userName As String, _
	password As String _
)
C#
public void Authenticate(
	string userName,
	string password
)

Parameters

userName
Type: System..::..String
Username.
password
Type: System..::..String
Password.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also