SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

DecryptionCertificates Property

A collection of decryption certificates.

Syntax

property DecryptionCertificates: TsbxCertificateList read get_DecryptionCertificates write set_DecryptionCertificates;

Remarks

Use this property to provide a collection of decryption certificates. All certificates should contain their respective private keys.

When processing an encrypted document, the component will walk through the certificate list to locate the matching decryption certificate. If no such certificate is found, it will fire DecryptionInfoNeeded event to request it.

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]