Click or drag to resize

PasswordResetControllerGetBlackList Method (User)

Returns the username, the first name and the last name of the provided user Used for the validating passwords if the policy states that those items are not allowed.

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 string[] GetBlackList(
	User user
)

Parameters

user
Type: Omada.OE.ModelUser

Return Value

Type: String
See Also