JAVA/CORBA CLASSES


verifyPassword method
Example

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


String hashedpassword
Return value

boolean

Usage

Use hashPassword to create a hashed value.

Language cross-reference

VerifyPassword method in LotusScript NotesSession class

Example
See Also