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

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSLStatus(ClientSSLStatusEventParams *e);
typedef struct {
const char *Message; int reserved; } ClientSSLStatusEventParams; Unicode (Windows) virtual INT FireSSLStatus(ClientSSLStatusEventParams *e);
typedef struct {
LPCWSTR Message; INT reserved; } ClientSSLStatusEventParams;
- (void)onSSLStatus:(NSString*)message;
#define EID_CLIENT_SSLSTATUS 6

virtual INT IPWORKS3DS_CALL FireSSLStatus(LPSTR &lpszMessage);

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]