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.3.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 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 that is used with the WindowsSecureMimeContext.
See Also