SecureBlackbox Lite 2020 Delphi Edition

Questions / Feedback?

KnownKeyReceived Event

This event is fired when a known SSH key is received from the server.

Syntax

type TKnownKeyReceivedEvent = procedure (
  Sender: TObject;
  Algorithm: Integer;
  Bits: Integer;
  const FingerprintSHA256: String
) of Object;

property OnKnownKeyReceived: TKnownKeyReceivedEvent read FOnKnownKeyReceived write FOnKnownKeyReceived;

Remarks

This event allows to check the fingerprint of the key received from the server, in case the key is in the list of known keys. Algorithm and Bits specify the key algorithm and the number of bits. FingerprintSHA256 contains the key's fingerprint.

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