FORMULA LANGUAGE


@VerifyPassword
Esempio

Compares two passwords.

Nota 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

Esempio
Vedere anche