VncSharp

VncClient.PerformVncAuthentication Method 

Performs VNC Authentication using VNC DES encryption. See the RFB Protocol doc 6.2.2.

[Visual Basic]
Protected Sub PerformVncAuthentication( _
   ByVal password As String _
)
[C#]
protected void PerformVncAuthentication(
   string password
);

Parameters

password
A string containing the user's password in clear text format.

See Also

VncClient Class | VncSharp Namespace