PasswordProvidedEventArgsAccept Method (Char)

RemoteViewing
Authenticates the client, if the password characters match.

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

public bool Accept(
	char[] password
)

Parameters

password
Type: SystemChar
The characters of the password.

Return Value

Type: Boolean
true if authentication succeeded.
See Also

Reference