| SslHandshakeExceptionRootCertificateAuthority Property |
Get the certificate for the Root Certificate Authority.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public 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