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

Questions / Feedback?

BrowserUserAgent Property

The User-Agent provided by the cardholder's browser.

Syntax

ANSI (Cross Platform)
char* GetBrowserUserAgent();
int SetBrowserUserAgent(const char* lpszBrowserUserAgent); Unicode (Windows) LPWSTR GetBrowserUserAgent();
INT SetBrowserUserAgent(LPCWSTR lpszBrowserUserAgent);
@property (nonatomic,readwrite,assign,getter=browserUserAgent,setter=setBrowserUserAgent:) NSString* browserUserAgent;
- (NSString*)browserUserAgent;
- (void)setBrowserUserAgent:(NSString*)newBrowserUserAgent;
#define PID_SERVER_BROWSERUSERAGENT 24

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

Default Value

""

Remarks

This field contains the exact content of the HTTP User-Agent header.

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]