SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

Certificates Property

A collection of certificates that can be used for message decryption.

Syntax

property Certificates: TsbxCertificateList read get_Certificates write set_Certificates;

Remarks

Use this collection to provide certificates that should be attempted to decrypt the message. The certificates can be provided before calling the Decrypt method, or later from RecipientFound event handler.

Note that the certificates need to have a private key associated with them to be usable for decryption.

This property is not available at design time.

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