SecureBlackbox 2020 Android Edition

Questions / Feedback?

Certificates Property

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

Syntax

public CertificateList getCertificates();
public void setCertificates(CertificateList 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.

Default Value

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