VncServerSession PasswordProvided EventRemoteViewing
Occurs when the VNC client provides a password. Respond to this event by accepting or rejecting the password.

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

public event EventHandler<PasswordProvidedEventArgs> PasswordProvided
See Also