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

Questions / Feedback?

ProtocolVersion Property

Indicates the 3-D Secure protocol version.

Syntax

ANSI (Cross Platform)
char* GetProtocolVersion();
int SetProtocolVersion(const char* lpszProtocolVersion); Unicode (Windows) LPWSTR GetProtocolVersion();
INT SetProtocolVersion(LPCWSTR lpszProtocolVersion);
@property (nonatomic,readwrite,assign,getter=protocolVersion,setter=setProtocolVersion:) NSString* protocolVersion;
- (NSString*)protocolVersion;
- (void)setProtocolVersion:(NSString*)newProtocolVersion;
#define PID_MPI_PROTOCOLVERSION 35

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

Default Value

"1.0.2"

Remarks

This property may be used to change the protocol version for communicating with Directory Servers (DS) or Access Control Servers (ACS). As the 3-D Secure protocol 1.0.2 has only recently been adopted, it may be necessary to set this property to "1.0.1" for compatibility with older Directory or Access Control servers. "1.0.1" and "1.0.2" are the only protocols supported by this class.

This property is 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 8162]