VerifyWebHarePasswordHash (open)
Verify a password against a stored hash
Syntax
LOADLIB "wh::crypto.whlib";
BOOLEAN FUNCTION VerifyWebHarePasswordHash(STRING pwd, VARIANT inhash)Parameters
STRING pwdPassword to verify
VARIANT inhashHash against which the password should match. Accepts both string and authenticationsettings records since WH4.8
Return value
BOOLEANTrue if the password matches the specified hash