PasswordRequiredCallback DelegateRemoteViewing
Called when a password is required and Password is null.

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

public delegate char[] PasswordRequiredCallback(
	VncClient client
)

Return Value

The password, or null to not supply one.
See Also