Click or drag to resize
MimeKit

MailServiceSslCipherAlgorithm Property

Get the negotiated SSL or TLS cipher algorithm.

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

Property Value

NullableCipherAlgorithmType
The negotiated SSL or TLS cipher algorithm.

Implements

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