PasswordRequiredCallback Delegate

RemoteViewing
Called when a password is required and Password is null.

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

public delegate char[] PasswordRequiredCallback(
	VncClient client
)

Parameters

client
Type: RemoteViewing.VncVncClient
The client needing a password.

Return Value

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

Reference