PasswordProvidedEventArgs Constructor RemoteViewing
Initializes a new instance of the PasswordProvidedEventArgs class.

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

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

Parameters

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