SecureBlackbox Lite 2020 Delphi Edition

Questions / Feedback?

RecipientFound Event

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

Syntax

type TRecipientFoundEvent = procedure (
  Sender: TObject;
  RecipientHash: TBytes;
  CertFound: Boolean
) of Object;

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