| PasswordResetControllerVerifyHashResponse Method |
Compares a clear text string with stored hash data.
The stored hash data is already prepended with the salt and the method copies the salt value from there.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic bool VerifyHashResponse(
int identityId,
int questionId,
string clearData,
string storedData
)
Parameters
- identityId
- Type: SystemInt32
- questionId
- Type: SystemInt32
- clearData
- Type: SystemString
Clear text response to validate - storedData
- Type: SystemString
Hashed and hex encoded and stored response
Return Value
Type:
BooleanTrue if there is a match
See Also