Click or drag to resize

PasswordResetFIMClientVerifyPassword Method

Not supported

Namespace:  Omada.OE.Solution.OIM.Assembly.PasswordReset
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public bool VerifyPassword(
	DataObject identity,
	string password,
	Guid accountAssignmentKey
)

Parameters

identity
Type: Omada.OE.ModelDataObject
password
Type: SystemString
accountAssignmentKey
Type: SystemGuid

Return Value

Type: Boolean

Implements

IPasswordResetClientVerifyPassword(DataObject, String, Guid)
See Also