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

Questions / Feedback?

ChallengeInfoHeader Property

Challenge information screen header.

Syntax

ANSI (Cross Platform)
char* GetChallengeInfoHeader();

Unicode (Windows)
LPWSTR GetChallengeInfoHeader();
@property (nonatomic,readonly,assign,getter=challengeInfoHeader) NSString* challengeInfoHeader;
- (NSString*)challengeInfoHeader;
#define PID_CLIENT_CHALLENGEINFOHEADER 14

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This field contains the header text for the challenge information screen that is being presented.

This property is read-only.

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]