SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

DecryptingKeys Property

A collection of keys to be used for decryption.

Syntax

property DecryptingKeys: TsbxPGPKeyList read get_DecryptingKeys write set_DecryptingKeys;

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.

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]