SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

PasswordChangeRequest Event

Signals that the server requests a password change.

Syntax

typedef struct {
  String Prompt;
  String NewPassword;
  bool Cancel;
} TsbxSFTPClientPasswordChangeRequestEventParams;

typedef void __fastcall (__closure *TsbxSFTPClientPasswordChangeRequestEvent)(System::TObject* Sender, TsbxSFTPClientPasswordChangeRequestEventParams *e);

__property TsbxSFTPClientPasswordChangeRequestEvent OnPasswordChangeRequest = { read=FOnPasswordChangeRequest, write=FOnPasswordChangeRequest };

Remarks

The component fires this event to pass the password change request from the server to the application. This event is fired during the SSH handshake.

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