JAVA/CORBA CLASSES
Verifies a plain string value against a hashed value.
Note This method is new with Release 6.5.
Defined in
Session
Syntax
public boolean verifyPassword(String password, String hashedpassword) throws NotesException
Parameters
String password
boolean
Use hashPassword to create a hashed value.
Language cross-reference
VerifyPassword method in LotusScript NotesSession class
Example See Also