skip to main content
Using the ADO.NET Client : Specifying Connection Options : CryptoProtocolVersion
 

CryptoProtocolVersion

Property

CryptoProtocolVersion

Description

Specifies a comma-separated list of the protocol versions that can be used to create an
SSL connection between the client and the server. If the specified protocol is not supported by the database server, the connection fails and the connectivity service returns an error.

Valid Values

TLS | TLS11 | TLS12

Default

TLS12