PasswordProvidedEventArgs Accept Method ( Char )RemoteViewing
Authenticates the client, if the password characters match.

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

public bool Accept(
	char[] password
)

Parameters

password
Type:  OnlineSystem Char 
The characters of the password.

Return Value

true if authentication succeeded.
See Also