Click or drag to resize
MimeKit

OpenPgpDigitalCertificateKeyRing Property

Gets the public key ring.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public PgpPublicKeyRing KeyRing { get; }

Property Value

PgpPublicKeyRing
The key ring.
Remarks
Get the public key ring that PublicKey is associated with.
See Also