SecureBlackbox 2020 macOS Edition

Questions / Feedback?

Certificates Property

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

Syntax

public var certificates: Array<Certificate> {
get {...} }

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.

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