NetForumAuthenticationManagerAuthenticateCustomer(ICustomer, String) Method
Validates a customer's password
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool AuthenticateCustomer(
ICustomer customer,
string password
)
Public Function AuthenticateCustomer (
customer As ICustomer,
password As String
) As Boolean
public:
virtual bool AuthenticateCustomer(
ICustomer^ customer,
String^ password
) sealed
abstract AuthenticateCustomer :
customer : ICustomer *
password : string -> bool
override AuthenticateCustomer :
customer : ICustomer *
password : string -> bool
- customer ICustomer
- Customer whose password should be validated
- password String
- Password to validate
BooleanWhether the customer was successfully authenticated