Click or drag to resize
MimeKit

MailServiceSslProtocol Property

Get the negotiated SSL or TLS protocol version.

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

Property Value

SslProtocols
The negotiated SSL or TLS protocol version.

Implements

IMailServiceSslProtocol
Remarks

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

See Also