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

Questions / Feedback?

AuthenticationValue Property

Used to provide proof of authentication.

Syntax

ANSI (Cross Platform)
char* GetAuthenticationValue();

Unicode (Windows)
LPWSTR GetAuthenticationValue();
@property (nonatomic,readonly,assign,getter=authenticationValue) NSString* authenticationValue;
- (NSString*)authenticationValue;
#define PID_SERVER_AUTHENTICATIONVALUE 7

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

Default Value

""

Remarks

This property is determined by the Access Control Server (ACS), and is filled after the call to SendAuthRequest (for a frictionless flow), or when the Results Request Message (RReq) is parsed using CheckResponse (for a challenge flow).

This property will be valid if the TransactionStatus is "Y" or "A". The value may be used to provide proof of authentication.

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]