PasswordProvidedEventArgs Constructor

RemoteViewing
Initializes a new instance of the PasswordProvidedEventArgs class.

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

public PasswordProvidedEventArgs(
	byte[] challenge,
	byte[] response
)

Parameters

challenge
Type: SystemByte
The VNC the server sent.
response
Type: SystemByte
The bytes of the response from the client.
See Also

Reference