| WindowsSecureMimeDigitalCertificateCertificate Property |
Get the X.509 certificate.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public X509Certificate2 Certificate { get; }
Property Value
X509Certificate2The certificate.
Remarks
Gets the X.509 certificate.
See Also