'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 null (default), empty string, "TLSv1.2" and "TLSv1.3". Null or empty string allows the Operating System to choose the best protocol.
This setting is ignored for non-TLS connections and for TLS connection to OpenID Connect Identity Provider endpoints on .NET Framework 4.7.1 and earlier.
Setting this property is not recommended. Use it only for testing purposes. Specifying a protocol that is not supported by the Teradata Database or the Operating System will result in error. For example, .NET Framework supports "TLSv1.3" on Windows 11, but not on Windows 10.
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 |