 | IMailServiceSslCipherStrength Property |
Get the negotiated SSL or TLS cipher algorithm strength.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxint? SslCipherStrength { get; }
Property Value
Type:
NullableInt32The negotiated SSL or TLS cipher algorithm strength.
Remarks
Gets the negotiated SSL or TLS cipher algorithm strength once an SSL or TLS connection has been made.
See Also