PasswordProvidedEventArgs Accept Method ( Byte )RemoteViewing
Authenticates the client, if the password bytes match.

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

public bool Accept(
	byte[] password
)

Parameters

password
Type:  OnlineSystem Byte 
The bytes of the password.

Return Value

true if authentication succeeded.
See Also