SSLVersion

This property enforces the connection to use a specific SSL/TLS version. The default value is an undetermined version.

Declaration

// C#
public static string SSLVersion { get; set; }

Property Type

System.String

Description

Supported values are: undetermined |1.2|1.3. To specify more than one SSL/TLS version, enclose the version numbers between parentheses and separate the values with a comma. For example, (1.2,1.3).