This setting enhances the CS DB connection string for .NET Core by providing encryption options. If the setting has a bit value of 1, the option Encrypt=True is added to the connection string. If the bit value is 2, it adds TrustServerCertificate=True to the connection string. When both bit values 1 and 2 are set, which equates to a value of 3, both the Encrypt and Trust options are set to true.
Details
| Setting name: | nCSDBConnectionOptions |
|---|---|
| Category: | Database |
| Created on: | CommServer |
| Type: | Integer |
| Min value: | 0 |
| Max value: | 255 |
| Default value: | 0 |
| Supported values: | None |
| Supported versions: | 11.28 and higher |
| Requires restart: | Yes |