SecureBlackbox 2020 Qt Edition

Questions / Feedback?

AuthSucceeded Event

Reports a successful authentication.

Syntax

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

Remarks

This event marks the completion of the authentication procedure, and signifies transition to the SSH connection subprotocol.

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