SSLVersion
This property sets which SSL/TLS version to use for the connection.
Declaration
// C#
public string SSLVersion {get; set;}Property Type
System.String
Remarks
The supported values are undetermined, 1.2, and 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).
The default value is an undetermined version.
An exception will be thrown for invalid value.
This property overrides the SSL_VERSION parameter, including the full connect descriptor and Easy Connect Plus configuration.