| IMailServiceSslKeyExchangeAlgorithm Property |
Get the negotiated SSL or TLS key exchange algorithm.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax ExchangeAlgorithmType? SslKeyExchangeAlgorithm { get; }
Property Value
NullableExchangeAlgorithmTypeThe 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