SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AuthAttempt Event

Fires when a single authentication attempt is performed.

Syntax

ANSI (Cross Platform)
virtual int FireAuthAttempt(SSHClientAuthAttemptEventParams *e);
typedef struct {
int AuthType; int reserved; } SSHClientAuthAttemptEventParams; Unicode (Windows) virtual INT FireAuthAttempt(SSHClientAuthAttemptEventParams *e);
typedef struct {
INT AuthType; INT reserved; } SSHClientAuthAttemptEventParams;
- (void)onAuthAttempt:(int)authType;
#define EID_SSHCLIENT_AUTHATTEMPT 1

virtual INT SECUREBLACKBOX_CALL FireAuthAttempt(INT &iAuthType);

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++ Edition - Version 20.0 [Build 8166]