SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

RecipientFound Event

Provides recipient certificate details to the application.

Syntax

typedef struct {
  String IssuerRDN;
  DynamicArray SerialNumber;
  DynamicArray SubjectKeyID;
  bool CertFound;
} TsbxPDFVerifierRecipientFoundEventParams;

typedef void __fastcall (__closure *TsbxPDFVerifierRecipientFoundEvent)(System::TObject* Sender, TsbxPDFVerifierRecipientFoundEventParams *e);

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

Remarks

The component fires this event when processing encrypted documents to report encryption certificate details to the user.

Subscribe to this event to obtain encryption certificate information and pass the corresponding certificate to the component via DecryptionCertificate (DecryptionCertificates) property.

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