SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

AuthAttempt Event

Fires when a single authentication attempt is performed.

Syntax

class SSHClientAuthAttemptEventParams {
public:
  int AuthType();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void AuthAttempt(SSHClientAuthAttemptEventParams *e);
// Or, subclass SSHClient and override this emitter function. virtual int FireAuthAttempt(SSHClientAuthAttemptEventParams *e) {...}

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 Lite 2020 Qt Edition - Version 20.0 [Build 8166]