fix #1746 - SQL Server installation needs to allow configuration of encryption setting on .NET 6

This commit is contained in:
Shaun Walker
2021-11-03 16:37:37 -04:00
parent d2d52a7eb3
commit bd5a827593
2 changed files with 19 additions and 8 deletions

View File

@ -153,4 +153,10 @@
<data name="Integrated" xml:space="preserve">
<value>Integrated</value>
</data>
<data name="Encryption,Text" xml:space="preserve">
<value>Encryption:</value>
</data>
<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>
</root>