/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

SerialNumber Property

Serial number indicating the state of the current card range cache.

Syntax

ANSI (Cross Platform)
char* GetSerialNumber();
int SetSerialNumber(const char* lpszSerialNumber); Unicode (Windows) LPWSTR GetSerialNumber();
INT SetSerialNumber(LPCWSTR lpszSerialNumber);
@property (nonatomic,readwrite,assign,getter=serialNumber,setter=setSerialNumber:) NSString* serialNumber;
- (NSString*)serialNumber;
- (void)setSerialNumber:(NSString*)newSerialNumber;
#define PID_MPI_SERIALNUMBER 48

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_MPI_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_MPI_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

If this element is present when submitting a Card Range Request (CRReq) with the RequestCardRanges method, the Directory Server returns card ranges that have been updated since the time of the response which returned this serial number. If the element is not present, the Directory Server returns all participating card ranges. This field is updated with a new serial number after each call to RequestCardRanges.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8162]