Click or drag to resize
MimeKit

OpenPgpDigitalCertificatePublicKey Property

Gets the public key.

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

Property Value

PgpPublicKey
The public key.
Remarks
Get the public key.
See Also