VncSharp

VncClient.Authenticate Method 

Use a password to authenticate with a VNC Host. NOTE: This is only necessary if Connect() returns TRUE.

[Visual Basic]
Public Function Authenticate( _
   ByVal password As String _
) As Boolean
[C#]
public bool Authenticate(
   string password
);

Parameters

password
The password to use.

Return Value

Returns True if Authentication worked, otherwise False.

See Also

VncClient Class | VncSharp Namespace