Click or drag to resize
MimeKit

IMailServiceSslProtocol Property

Get the negotiated SSL or TLS protocol version.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
SslProtocols SslProtocol { get; }

Property Value

SslProtocols
The negotiated SSL or TLS protocol version.
Remarks

Gets the negotiated SSL or TLS protocol version once an SSL or TLS connection has been made.

See Also