| PasswordResetControllerVerifyResponses Method |
Used by the reset process to verify all the provided answers towards values provided in the enroll process.
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 VerifyResponses(
int identityId,
string identityIdent,
string ip,
Dictionary<int, string> responsesClear
)
Parameters
- identityId
- Type: SystemInt32
- identityIdent
- Type: SystemString
- ip
- Type: SystemString
- responsesClear
- Type: System.Collections.GenericDictionaryInt32, String
Return Value
Type:
Booleantrue if there are sufficent corrent answers
See Also