Click or drag to resize
MimeKit

SecureMimeDigitalCertificate Class

An S/MIME digital certificate.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographySecureMimeDigitalCertificate

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

The SecureMimeDigitalCertificate type exposes the following members.

Constructors
 NameDescription
Public methodSecureMimeDigitalCertificate Initialize a new instance of the SecureMimeDigitalCertificate class.
Top
Properties
 NameDescription
Public propertyCertificate Get the X.509 certificate.
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 propertyName Gets the name of the owner of the certificate.
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 S/MIME digital certificate.
See Also