 | IMailService.SslKeyExchangeStrength Property |
Get the negotiated SSL or TLS key exchange algorithm strength.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntaxint? SslKeyExchangeStrength { get; }
Property Value
Nullable<Int32>The 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