SecureBlackbox 2020 .NET Edition

Questions / Feedback?

SigningKeys Property

The keys to be used for signing.

Syntax

public PGPKeyList SigningKeys { get; }
Public Property SigningKeys As PGPKeyList

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 .NET Edition - Version 20.0 [Build 8165]