NetForumAuthenticationManagerAuthenticateCustomer(Int32, String) 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
)
Public Function AuthenticateCustomer (
recordNumber As Integer,
password As String
) As Boolean
public:
virtual bool AuthenticateCustomer(
int recordNumber,
String^ password
) sealed
abstract AuthenticateCustomer :
recordNumber : int *
password : string -> bool
override AuthenticateCustomer :
recordNumber : int *
password : string -> bool
- recordNumber Int32
- Record number of the customer
- password String
- Password to validate
BooleanWhether the customer was successfully authenticated