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

Questions / Feedback?

OOBContinueLabel Property

OOB continuation label.

Syntax

ANSI (Cross Platform)
char* GetOOBContinueLabel();

Unicode (Windows)
LPWSTR GetOOBContinueLabel();
@property (nonatomic,readonly,assign,getter=OOBContinueLabel) NSString* OOBContinueLabel;
- (NSString*)OOBContinueLabel;
#define PID_CLIENT_OOBCONTINUELABEL 45

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

Default Value

""

Remarks

Label to be used in the UI for the button that the user selects when they have completed the OOB 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]