| PasswordResetControllerSaveChallengeResponses Method |
Clears existing challenge responses and adds the provided new ones
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 void SaveChallengeResponses(
int identityId,
Dictionary<int, string> responses
)
Parameters
- identityId
- Type: SystemInt32
- responses
- Type: System.Collections.GenericDictionaryInt32, String
See Also