VerifyPassword (NotesSession - LotusScript®)
Verifies a plain string value against a hashed value.
Note: This method is new with Release 6.
Defined in
Syntax
flag = notesSession .VerifyPassword( password$ , hashedPassword$ )
Parameters
password$
String. The string to be hashed.
hashedPassword$
String. The hashed string.
Return value
flag
Boolean.
- True if the plain value converts to the same hashed value.
- False if the plain value does not hash the same.
Usage
Use HashPassword to create a hashed value.