NetForumAuthenticationManagerAuthenticateCustomer(ICustomer, String) Method

Validates a customer's password

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool AuthenticateCustomer(
	ICustomer customer,
	string password
)

Parameters

customer  ICustomer
Customer whose password should be validated
password  String
Password to validate

Return Value

Boolean
Whether the customer was successfully authenticated

See Also