Click or drag to resize

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
Syntax
C#
bool 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