SecureBlackbox Lite 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;
} TsbiSFTPClientPasswordChangeRequestEventParams;

typedef void __fastcall (__closure *TsbiSFTPClientPasswordChangeRequestEvent)(System::TObject* Sender, TsbiSFTPClientPasswordChangeRequestEventParams *e);

__property TsbiSFTPClientPasswordChangeRequestEvent 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 Lite 2020 C++ Builder Edition - Version 20.0 [Build 8166]