| OpenPgpDigitalCertificateKeyRing Property |
Gets the public key ring.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public PgpPublicKeyRing KeyRing { get; }
Property Value
PgpPublicKeyRingThe key ring.
Remarks
Get the public key ring that
PublicKey is associated with.
See Also