Click or drag to resize
MimeKit

WindowsSecureMimeDigitalCertificate Class

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

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

The WindowsSecureMimeDigitalCertificate type exposes the following members.

Constructors
 NameDescription
Public methodWindowsSecureMimeDigitalCertificate Initialize a new instance of the WindowsSecureMimeDigitalCertificate class.
Top
Properties
 NameDescription
Public propertyCertificate Get the X.509 certificate.
Public propertyCreationDate Get the date that the certificate was created.
Public propertyDnsNames Get the DNS names of the owner of the certificate.
Public propertyEmail Get the email address of the owner of the certificate.
Public propertyExpirationDate Get the expiration date of the certificate.
Public propertyFingerprint Get the fingerprint of the certificate.
Public propertyName Get the name of the owner of the certificate.
Public propertyPublicKeyAlgorithm Get 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 that is used with the WindowsSecureMimeContext.
See Also