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

Questions / Feedback?

IssuerImageMedium Property

Issuer image URL (medium density).

Syntax

ANSI (Cross Platform)
char* GetIssuerImageMedium();

Unicode (Windows)
LPWSTR GetIssuerImageMedium();
@property (nonatomic,readonly,assign,getter=issuerImageMedium) NSString* issuerImageMedium;
- (NSString*)issuerImageMedium;
#define PID_CLIENT_ISSUERIMAGEMEDIUM 43

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

Default Value

""

Remarks

Sent in the initial CRes message from the ACS to the 3DS SDK to provide the URL(s) of the issuer logo or image to be used in the Native UI.

This property is read-only and not available at design time.

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]