 | SslHandshakeExceptionRootCertificateAuthority Property |
Get the certificate for the Root Certificate Authority.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntaxpublic X509Certificate? RootCertificateAuthority { get; }Property Value
X509CertificateThe Root Certificate Authority certificate.
Remarks
Gets the certificate for the Root Certificate Authority, if it is available.
See Also