SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

AuthSucceeded Event

Reports a successful authentication.

Syntax

ANSI (Cross Platform)
virtual int FireAuthSucceeded(SFTPClientAuthSucceededEventParams *e);
typedef struct { int reserved; } SFTPClientAuthSucceededEventParams; Unicode (Windows) virtual INT FireAuthSucceeded(SFTPClientAuthSucceededEventParams *e);
typedef struct { INT reserved; } SFTPClientAuthSucceededEventParams;
- (void)onAuthSucceeded;
#define EID_SFTPCLIENT_AUTHSUCCEEDED 3

virtual INT SECUREBLACKBOXLITE_CALL FireAuthSucceeded();

Remarks

This event marks the completion of the authentication procedure, and signifies transition to the SSH connection subprotocol.

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