Click or drag to resize
MimeKit

IMailServiceSslKeyExchangeAlgorithm Property

Get the negotiated SSL or TLS key exchange algorithm.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
ExchangeAlgorithmType? SslKeyExchangeAlgorithm { get; }

Property Value

NullableExchangeAlgorithmType
The negotiated SSL or TLS key exchange algorithm.
Remarks
Gets the negotiated SSL or TLS key exchange algorithm once an SSL or TLS connection has been made.
See Also