'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;}
'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;}
NOTE: This setting is ignored when SslMode is not Verify-Full. Additionally, the .NET runtime on Linux only supports the HTTP GET method for OCSP. If the OCSP server only supports the HTTP POST method, certificate validation will fail with errors like RevocationStatusUnknown and OfflineRevocation.
| 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.
| 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 |