SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

AuthSucceeded Event

Reports a successful authentication.

Syntax

typedef struct {
} TsbxSFTPClientAuthSucceededEventParams;

typedef void __fastcall (__closure *TsbxSFTPClientAuthSucceededEvent)(System::TObject* Sender, TsbxSFTPClientAuthSucceededEventParams *e);

__property TsbxSFTPClientAuthSucceededEvent OnAuthSucceeded = { read=FOnAuthSucceeded, write=FOnAuthSucceeded };

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 2020 C++ Builder Edition - Version 20.0 [Build 8154]