 | IMailServiceSslKeyExchangeAlgorithm Property |
Get the negotiated SSL or TLS key exchange algorithm.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
SyntaxExchangeAlgorithmType? SslKeyExchangeAlgorithm { get; }
Property Value
Type:
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