VncClientConnectOptionsPassword 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: 1.0.0.0 (1.0.0.0)
Syntax

public char[] Password { get; set; }

Property Value

Type: Char
See Also

Reference