SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

RecipientFound Event

Informs the application that an archive is encrypted with a digital certificate.

Syntax

typedef struct {
  DynamicArray RecipientHash;
  bool CertFound;
} TsbiArchiveReaderRecipientFoundEventParams;

typedef void __fastcall (__closure *TsbiArchiveReaderRecipientFoundEvent)(System::TObject* Sender, TsbiArchiveReaderRecipientFoundEventParams *e);

__property TsbiArchiveReaderRecipientFoundEvent OnRecipientFound = { read=FOnRecipientFound, write=FOnRecipientFound };

Remarks

The component fires this event when processing archives encrypted with an X.509 certificate. CertFound indicates whether the matching certificate has been found in DecryptionCertificates collection.

This event is an opportunity to add the decryption certificate on a later stage if it was not known at the start of the processing.

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