Click or drag to resize
MimeKit

IMailServiceSslCipherAlgorithm Property

Get the negotiated SSL or TLS cipher algorithm.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
CipherAlgorithmType? SslCipherAlgorithm { get; }

Property Value

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