SecureBlackbox 2020 .NET Edition

Questions / Feedback?

DecryptingKeys Property

A collection of keys to be used for decryption.

Syntax

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

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