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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : SslCRC Property
Controls the behavior of the connection depending on the result of the certificate revocation check.
Syntax
'Declaration
 
Public Property SslCRC As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.SslCRC = value
 
value = instance.SslCRC
public string SslCRC {get; set;}
public:
property String^ SslCRC {
   String^ get();
   void set (    String^ value);
}
Remarks

NOTE: This setting is ignored when SslMode is not Verify-Full.

SslCRC Description
Allow

The connection will be established if the certificate revocation status is not Revoked. The connection will not be terminated if the revocation status cannot be determined or is anything other than Revoked.

Require

The connection will be established only if the revocation status is Good, otherwise it will be terminated.

Default Value: Allow.

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