Click or drag to resize
MimeKit

SecureMimeDigitalCertificateCertificate Property

Get the X.509 certificate.

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

Property Value

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