LOTUSSCRIPT/COM/OLE CLASSES
Verifies a plain string value against a hashed value.
Note This method is new with Release 6.
Defined in
NotesSession
Syntax
flag = notesSession.VerifyPassword( password$, hashedPassword$ )
Parameters
password$
flag
Use HashPassword to create a hashed value.
Language cross-reference
verifyPassword method in Java Session class
Example See Also