Click or drag to resize

PasswordVerifier Delegate

Used to determine if a user is able to present his current password when he wants to change his password.

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

Parameters

identity
Type: Omada.OE.ModelDataObject
The identity who the account and password belongs to.
password
Type: SystemString
accountAssignmentKey
Type: SystemGuid
Not used currently - reserved for future use. Specifies the RoPE AssignmentKey of the account for which the password must be verified.

Return Value

Type: Boolean
See Also