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
Syntaxpublic bool ValidatePassword(
string password
)
Public Function ValidatePassword (
password As String
) As Boolean
public:
bool ValidatePassword(
String^ password
)
member ValidatePassword :
password : string -> bool
Parameters
- password
- Type: SystemString
The password to test.
Return Value
Type:
BooleanTrue if the password is valid for the user.
See Also