Click or drag to resize
MimeKit

GnuPGContextPublicKeyRingBundle Property

Get the public keyring bundle.

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

Property Value

PgpPublicKeyRingBundle
The public keyring bundle.
Remarks
Gets the public keyring bundle.
See Also