Click or drag to resize
MimeKit

MailServiceSslCipherStrength Property

Get the negotiated SSL or TLS cipher algorithm strength.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public abstract int? SslCipherStrength { get; }

Property Value

NullableInt32
The negotiated SSL or TLS cipher algorithm strength.

Implements

IMailServiceSslCipherStrength
Remarks
Gets the negotiated SSL or TLS cipher algorithm strength once an SSL or TLS connection has been made.
See Also