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
Syntaxpublic bool CheckPassword(
string plainTextPassword
)
Public Function CheckPassword (
plainTextPassword As String
) As Boolean
public:
bool CheckPassword(
String^ plainTextPassword
)
member CheckPassword :
plainTextPassword : string -> bool
Parameters
- plainTextPassword
- Type: SystemString
is the User's password in plain text
Return Value
Type:
Boolean
See Also