Click or drag to resize

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
Syntax
C#
public 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: Boolean
true if there are sufficent corrent answers
See Also