Click or drag to resize

PasswordResetControllerCheckPasswordStrength Method

Check if the provided password fullfills the requirements of a specific password policy.

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 CheckPasswordStrength(
	string password,
	PasswordPolicy policy,
	DataObject identity = null
)

Parameters

password
Type: SystemString
policy
Type: Omada.OE.Solution.OIM.AppLogic.ModelPasswordPolicy
identity (Optional)
Type: Omada.OE.ModelDataObject
Can be null.

Return Value

Type: Boolean
true if password is OK.
See Also