Send feedback on this topic.
Teradata.Client.Provider
SslProtocol Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : SslProtocol Property
Specifies the minimum version of the TLS protocol for TLS-encrypted connections.
Syntax
'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;}
public:
property String^ SslProtocol {
   String^ get();
   void set (    String^ value);
}
Remarks

Valid values are an empty string and "TLSv1.2". An empty value (default) allows the operating system to choose the best protocol.

This setting is ignored for non-TLS connections.

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members