SecureBlackbox 2020 C++ Edition

Questions / Feedback?

BeforeAuth Event

Fires before the authentication starts.

Syntax

ANSI (Cross Platform)
virtual int FireBeforeAuth(IMAPClientBeforeAuthEventParams *e);
typedef struct { int reserved; } IMAPClientBeforeAuthEventParams; Unicode (Windows) virtual INT FireBeforeAuth(IMAPClientBeforeAuthEventParams *e);
typedef struct { INT reserved; } IMAPClientBeforeAuthEventParams;
- (void)onBeforeAuth;
#define EID_IMAPCLIENT_BEFOREAUTH 1

virtual INT SECUREBLACKBOX_CALL FireBeforeAuth();

Remarks

The class fires this event when it has established the TCP connection and is ready to proceed to the user authentication step.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]