Click or drag to resize

NetForumAuthenticationManagerAuthenticateCustomer(ICustomer, String) Method

Validates a customer's password

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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