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
| 3.0
| 1.0
| 1.1
| 1.2
. To specify more than one SSL/TLS version allowed, use the or
keyword between values. For example, 1.2 or 1.1 or 3.0
.