NetForumAuthenticationManagerAuthenticateCustomer(Int32, String, AuthenticatedCustomer) Method
Validates a customer's password, identified by their record number
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool AuthenticateCustomer(
int recordNumber,
string password,
out AuthenticatedCustomer authenticatedCustomer
)
Public Function AuthenticateCustomer (
recordNumber As Integer,
password As String,
<OutAttribute> ByRef authenticatedCustomer As AuthenticatedCustomer
) As Boolean
public:
virtual bool AuthenticateCustomer(
int recordNumber,
String^ password,
[OutAttribute] AuthenticatedCustomer^% authenticatedCustomer
) sealed
abstract AuthenticateCustomer :
recordNumber : int *
password : string *
authenticatedCustomer : AuthenticatedCustomer byref -> bool
override AuthenticateCustomer :
recordNumber : int *
password : string *
authenticatedCustomer : AuthenticatedCustomer byref -> bool
- recordNumber Int32
- Record number 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