Click or drag to resize

UserCheckPassword Method

Checks the User's password

Namespace:  Aloe.EnterpriseOne.Model.Systems.Security
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool CheckPassword(
	string plainTextPassword
)

Parameters

plainTextPassword
Type: SystemString
is the User's password in plain text

Return Value

Type: Boolean
See Also