Enum EncryptOption
- Namespace
- ItTiger.TigerQuery.Core
- Assembly
- ItTiger.TigerQuery.Core.dll
Controls SQL Server transport encryption.
public enum EncryptOption
Fields
[TigerText("Mandatory", Description = "Require encryption (SqlClient default)")] Mandatory = 1- Requires encryption using the standard SqlClient validation behavior.
[TigerText("Optional", Description = "Encrypt only if the server supports it")] Optional = 0- Allows an unencrypted connection when the server does not support encryption.
[TigerText("Strict", Description = "Strict TLS with certificate validation")] Strict = 2- Requires strict TLS and certificate validation.