skip to main content
Using the ADO.NET Client : Specifying Connection Options : Validate Server Certificate
 

Validate Server Certificate

Property

ValidateServerCertificate

Description

Specifies whether the data provider must verify the server certificate as valid according to a Certificate Authority.

Valid Values

True | False
If set to True, the data provider validates the server certificate during authentication.
If set to False, no certificate verification is required during authentication.

Default

True