| PasswordResetControllerValidateChallengeResponses Method |
Validates the provided responses.
Responses are optionally converted to lowercase and trimmed according to the definition on the question
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 ValidateChallengeResponses(
Dictionary<int, string> responses,
List<string> validationMessages
)
Parameters
- responses
- Type: System.Collections.GenericDictionaryInt32, String
- validationMessages
- Type: System.Collections.GenericListString
Return Value
Type:
Boolean
See Also