SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

AuthFailed Event

Fires when a single authentication attempt is failed.

Syntax

typedef struct {
  int AuthenticationType;
} TsbxSSHClientAuthFailedEventParams;

typedef void __fastcall (__closure *TsbxSSHClientAuthFailedEvent)(System::TObject* Sender, TsbxSSHClientAuthFailedEventParams *e);

__property TsbxSSHClientAuthFailedEvent OnAuthFailed = { read=FOnAuthFailed, write=FOnAuthFailed };

Remarks

This event is fired each time a single authentication attempt fails. AuthType parameter specifies the type of authentication.

As SSH may try a number of authentication attempts of different types or with different parameters (such as public keys) during one session, this event may be fired more than once. It is not critical and may not lead to closing of the connection.

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