add support for TrustServerCertificate connection string option for SQL Server

This commit is contained in:
Shaun Walker
2021-11-05 16:01:00 -04:00
parent 5419032e8d
commit 50eeaf8497
2 changed files with 26 additions and 0 deletions

View File

@ -159,4 +159,16 @@
<data name="Encryption.HelpText" xml:space="preserve">
<value>Specify if you are using an encrypted database connection. It is highly recommended to use encryption in a production environment.</value>
</data>
<data name="Self Signed" xml:space="preserve">
<value>Self Signed</value>
</data>
<data name="TrustServerCertificate.HelpText" xml:space="preserve">
<value>Specify the type of certificate you are using for encryption</value>
</data>
<data name="TrustServerCertificate.Text" xml:space="preserve">
<value>Trust Server Certificate:</value>
</data>
<data name="Verifiable" xml:space="preserve">
<value>Verifiable</value>
</data>
</root>