SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Certificates Property

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

Syntax

public val certificates: MutableCertificateList

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 Kotlin Edition - Version 20.0 [Build 8063]