SecureBlackbox 2020 macOS Edition

Questions / Feedback?

DecryptingKeys Property

A collection of keys to be used for decryption.

Syntax

public var decryptingKeys: Array<PGPKey> {
get {...} }

Remarks

Use this property to provide decryption keys. Note that only secret keys can decrypt.

In most cases you will also need to supply a passphrase for the chosen decryption key. Use this by subscribing to KeyPassphraseNeeded event, setting the control's KeyPassphrase property, or setting the Passphrase property of the relevant key object.

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