SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

SigningKeys Property

The keys to be used for signing.

Syntax

property SigningKeys: TsbxPGPKeyList read get_SigningKeys write set_SigningKeys;

Remarks

Use this property to set the keys to sign the message with. The keys need to contain their secret compound.

In most cases you will also need to supply a passphrase for the chosen signing keys. Use this by subscribing to KeyPassphraseNeeded event, 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]