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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : EnableFIPS Property
Enables FIPS mode.
Syntax
'Declaration
 
Public Property EnableFIPS As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
instance.EnableFIPS = value
 
value = instance.EnableFIPS
public bool EnableFIPS {get; set;}
public:
property bool EnableFIPS {
   bool get();
   void set (    bool value);
}
Remarks

When EnableFIPS is true, the Data Provider will only use FIPS-compliant algorithms for connections to the SQL Engine.

Default Value: false.

This setting does not apply to connections established with OpenID Connect identity providers. FIPS compliance for these connections is dictated by the Operating System.

NOTE: only connections established over SSL/TLS are supported in FIPS mode. Setting TdConnectionStringBuilder.SslMode to "Disable" or "Allow" will throw an exception, and the SslMode default value of "Prefer" will be treated as "Require" to avoid establishing non-SSL connections.

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members