'Declaration Public Property SslProtocol As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.SslProtocol = value value = instance.SslProtocol
public string SslProtocol {get; set;}
'Declaration Public Property SslProtocol As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.SslProtocol = value value = instance.SslProtocol
public string SslProtocol {get; set;}
Valid values are an empty string, "TLSv1.2" and "TLSv1.3". A null or empty string (default) allows the operating system to choose the best protocol.
This setting is ignored for non-TLS connections. Specifying a protocol that is not supported by the Operating System or the Teradata Database will result in error. For example, "TLSv1.3" is not supported by .NET Standard 2.0. "TLSv1.3" is also not supported by .NET Framework 4.6.2 on Windows 10, but is supported on Windows 11.
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |