SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

KnownKeyReceived Event

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

Syntax

typedef struct {
  String Algorithm;
  int Bits;
  String FingerprintSHA256;
} TsbxSFTPClientKnownKeyReceivedEventParams;

typedef void __fastcall (__closure *TsbxSFTPClientKnownKeyReceivedEvent)(System::TObject* Sender, TsbxSFTPClientKnownKeyReceivedEventParams *e);

__property TsbxSFTPClientKnownKeyReceivedEvent OnKnownKeyReceived = { 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 2020 C++ Builder Edition - Version 20.0 [Build 8154]