NetForumAuthenticationManagerAuthenticateCustomer(String, String, AuthenticatedCustomer) Method

Validates a customer's password, identified by their web login

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool AuthenticateCustomer(
	string webLogin,
	string password,
	out AuthenticatedCustomer authenticatedCustomer
)

Parameters

webLogin  String
Web login of the customer
password  String
Password to validate
authenticatedCustomer  AuthenticatedCustomer
If authentication was successful, the customer authenticated; otherwise null

Return Value

Boolean
Whether the customer was successfully authenticated

See Also