'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;}
'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;}
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.
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 |