| IMailServiceSslKeyExchangeStrength Property |
Get the negotiated SSL or TLS key exchange algorithm strength.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax int? SslKeyExchangeStrength { get; }
Property Value
NullableInt32The negotiated SSL or TLS key exchange algorithm strength.
Remarks
Gets the negotiated SSL or TLS key exchange algorithm strength once an SSL or TLS connection has been made.
See Also