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

Questions / Feedback?

ChallengeComplete Property

Whether or not the challenge cycle is complete.

Syntax

ANSI (Cross Platform)
int GetChallengeComplete();

Unicode (Windows)
BOOL GetChallengeComplete();
@property (nonatomic,readonly,assign,getter=challengeComplete) BOOL challengeComplete;
- (BOOL)challengeComplete;
#define PID_SERVER_CHALLENGECOMPLETE 42

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

Default Value

FALSE

Remarks

Present in the Challenge Response Message (CRes) and indicates whether the challenge cycle is complete or will require additional messages. If true, the TransactionStatus will be populated as well.

This property is read-only.

Data Type

Boolean

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