SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

PasswordChangeRequest Event

Signals that the server requests a password change.

Syntax

type TPasswordChangeRequestEvent = procedure (
  Sender: TObject;
  const Prompt: String;
  var NewPassword: String;
  var Cancel: Boolean
) of Object;

property OnPasswordChangeRequest: TPasswordChangeRequestEvent 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 Delphi Edition - Version 20.0 [Build 8166]