Click or drag to resize
MimeKit

OpenPgpDigitalCertificate Class

An OpenPGP digital certificate.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyOpenPgpDigitalCertificate

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class OpenPgpDigitalCertificate : IDigitalCertificate

The OpenPgpDigitalCertificate type exposes the following members.

Properties
 NameDescription
Public propertyCreationDate Gets the date that the certificate was created.
Public propertyEmail Gets the email address of the owner of the certificate.
Public propertyExpirationDate Gets the expiration date of the certificate.
Public propertyFingerprint Gets the fingerprint of the certificate.
Public propertyKeyRing Gets the public key ring.
Public propertyName Gets the name of the owner of the certificate.
Public propertyPublicKey Gets the public key.
Public propertyPublicKeyAlgorithm Gets the public key algorithm supported by the certificate.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
An OpenPGP digital certificate.
See Also