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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : SslCAPath Property
Specifies the path to a directory containing certificate files in PEM format. The directory will be searched for *.pem files. Each .pem file may contain one or more trusted root or intermediate CA certificates.
Syntax
'Declaration
 
Public Property SslCAPath As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.SslCAPath = value
 
value = instance.SslCAPath
public string SslCAPath {get; set;}
public:
property String^ SslCAPath {
   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