SecureBlackbox 2020 Qt Edition

Questions / Feedback?

AuthSucceeded Event

Reports a successful authentication.

Syntax

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

Remarks

This event may be preceded by some AuthFailed events if the client tries different authentication methods one after another.

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