PasswordProvidedEventArgsAccept Method (Byte)

RemoteViewing
Authenticates the client, if the password bytes match.

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

public bool Accept(
	byte[] password
)

Parameters

password
Type: SystemByte
The bytes of the password.

Return Value

Type: Boolean
true if authentication succeeded.
See Also

Reference