VncClientConnectOptions Password Property RemoteViewing
The password to authenticate with, if the server requires one. If this is null and a password is required, the connection will fail. null is different from a zero-character password. Only the first eight characters of a password are meaningful in traditional VNC authentication.

Namespace: RemoteViewing.Vnc
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax

public char[] Password { get; set; }
See Also