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