Click or drag to resize

SSLConfigurationEnabledSslProtocols Property

Represents the protocol used for authentication. .NET 2.0 default is Default. .NET 4.5+ default is Default | Tls11 | Tls12. .NET Standard 2.0+ default is Tls | Tls11 | Tls12. .NET 5.0+ default is Tls | Tls11 | Tls12.

Namespace:  Limilabs.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public SslProtocols EnabledSslProtocols { get; set; }

Property Value

Type: SslProtocols
See Also