SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

AuthAttempt Event

Fires when a single authentication attempt is performed.

Syntax

typedef struct {
  int AuthType;
} TsbxSSHClientAuthAttemptEventParams;

typedef void __fastcall (__closure *TsbxSSHClientAuthAttemptEvent)(System::TObject* Sender, TsbxSSHClientAuthAttemptEventParams *e);

__property TsbxSSHClientAuthAttemptEvent OnAuthAttempt = { read=FOnAuthAttempt, write=FOnAuthAttempt };

Remarks

This event is fired each time a single authentication attempt is performed. AuthType parameter specifies the type of authentication. Note, this event could be fired more than once if the client tries different authentication methods one after another.

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