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