NetForumAuthenticationManagerAuthenticateCustomer(String, String, AuthenticatedCustomer) 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,
out AuthenticatedCustomer authenticatedCustomer
)
Public Function AuthenticateCustomer (
webLogin As String,
password As String,
<OutAttribute> ByRef authenticatedCustomer As AuthenticatedCustomer
) As Boolean
public:
virtual bool AuthenticateCustomer(
String^ webLogin,
String^ password,
[OutAttribute] AuthenticatedCustomer^% authenticatedCustomer
) sealed
abstract AuthenticateCustomer :
webLogin : string *
password : string *
authenticatedCustomer : AuthenticatedCustomer byref -> bool
override AuthenticateCustomer :
webLogin : string *
password : string *
authenticatedCustomer : AuthenticatedCustomer byref -> bool
- webLogin String
- Web login of the customer
- password String
- Password to validate
- authenticatedCustomer AuthenticatedCustomer
- If authentication was successful, the customer authenticated; otherwise null
BooleanWhether the customer was successfully authenticated