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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : SslCA Property
Specifies the full path and name of a PEM file containing CA certificates. This file may contain one or more trusted root or intermediate CA certificates.
Syntax
'Declaration
 
Public Property SslCA As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.SslCA = value
 
value = instance.SslCA
public string SslCA {get; set;}
public:
property String^ SslCA {
   String^ get();
   void set (    String^ value);
}
Remarks
Used for verifying the server certificate when SSL Mode is "Verify-CA" or "Verify-Full".
Requirements
Product Versions Platforms
.NET 6 Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members