FORMULA LANGUAGE


@VerifyPassword
Beispiel

Compares two passwords.

Hinweis This @function is new with Release 6.

Syntax

@VerifyPassword( password ; password )

Parameters

password


Return value

flag

Usage

Use this function to verify which password format, @Password or @HashPassword, was used to encode a password field.

@Language cross-reference

VerifyPassword method of LotusScript NotesSession class

verifyPassword method of Java Session class

Beispiel
Siehe auch