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

Questions / Feedback?

CardholderEmail Property

The cardholder email address.

Syntax

ANSI (Cross Platform)
char* GetCardholderEmail();
int SetCardholderEmail(const char* lpszCardholderEmail); Unicode (Windows) LPWSTR GetCardholderEmail();
INT SetCardholderEmail(LPCWSTR lpszCardholderEmail);
@property (nonatomic,readwrite,assign,getter=cardholderEmail,setter=setCardholderEmail:) NSString* cardholderEmail;
- (NSString*)cardholderEmail;
- (void)setCardholderEmail:(NSString*)newCardholderEmail;
#define PID_SERVER_CARDHOLDEREMAIL 26

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

Default Value

""

Remarks

This field contains the cardholder email address to be sent to the directory server when calling SendAuthRequest.

Data Type

String

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