Click or drag to resize
MimeKit

IDigitalCertificate Interface

An interface for a digital certificate.

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

The IDigitalCertificate 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 propertyName Gets the name of the owner of the certificate.
Public propertyPublicKeyAlgorithm Gets the public key algorithm supported by the certificate.
Top
Remarks
An interface for a digital certificate.
See Also