SecureBlackbox Lite 2020 Delphi Edition

Questions / Feedback?

KnownKeyReceived Event

Signals that the server has introduced itself with a known key.

Syntax

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

property OnKnownKeyReceived: TKnownKeyReceivedEvent read FOnKnownKeyReceived write FOnKnownKeyReceived;

Remarks

The component fires this event to tell the application that the server has introduced itself with a known key from TrustedKeysFile. The details of the key are provided.

Use ServerKey to access more key details.

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