CLASSI JAVA/CORBA


verifyPassword method
Esempio

Verifies a plain string value against a hashed value.

Nota This method is new with Release 6.5.

Defined in

Session

Syntax

public boolean verifyPassword(String password, String hashedpassword)
   throws NotesException

Parameters

String password


String hashedpassword
Return value

boolean

Usage

Use hashPassword to create a hashed value.

Language cross-reference

VerifyPassword method in LotusScript NotesSession class

Esempio
Vedere anche