Click or drag to resize
MimeKit

GnuPGContextSecretKeyRingBundle Property

Get the secret keyring bundle.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public PgpSecretKeyRingBundle SecretKeyRingBundle { get; protected set; }

Property Value

PgpSecretKeyRingBundle
The secret keyring bundle.
Remarks
Gets the secret keyring bundle.
See Also