| IPasswordResetClientVerifyPassword Method |
Will be called to verify password
Namespace:
Omada.OE.Solution.OIM.AppLogic.PasswordReset
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxbool VerifyPassword(
DataObject identity,
string password,
Guid accountAssignmentKey
)
Parameters
- identity
- Type: Omada.OE.ModelDataObject
- password
- Type: SystemString
- accountAssignmentKey
- Type: SystemGuid
Return Value
Type:
Boolean
See Also