Click or drag to resize
MimeKit

SslHandshakeExceptionRootCertificateAuthority Property

Get the certificate for the Root Certificate Authority.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public X509Certificate RootCertificateAuthority { get; }

Property Value

X509Certificate
The Root Certificate Authority certificate.
Remarks
Gets the certificate for the Root Certificate Authority, if it is available.
See Also