Click or drag to resize
MimeKit

WindowsSecureMimeDigitalCertificateCertificate Property

Get the X.509 certificate.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public X509Certificate2 Certificate { get; }

Property Value

X509Certificate2
The certificate.
Remarks
Gets the X.509 certificate.
See Also