NetForumAuthenticationManagerAuthenticateCustomer(String, String) Method
Validates a customer's password, identified by their web login
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool AuthenticateCustomer(
string webLogin,
string password
)
Public Function AuthenticateCustomer (
webLogin As String,
password As String
) As Boolean
public:
virtual bool AuthenticateCustomer(
String^ webLogin,
String^ password
) sealed
abstract AuthenticateCustomer :
webLogin : string *
password : string -> bool
override AuthenticateCustomer :
webLogin : string *
password : string -> bool
- webLogin String
- Web login of the customer
- password String
- Password to validate
BooleanWhether the customer was successfully authenticated