Click or drag to resize

PublicUserValidatePassword Method

Validates the specified password and returns whether it is valid for the user.

Namespace:  Aloe.EnterpriseOne.Model.Systems.External
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool ValidatePassword(
	string password
)

Parameters

password
Type: SystemString
The password to test.

Return Value

Type: Boolean
True if the password is valid for the user.
See Also