Condividi tramite


SqlConnectionInfo.StrictEncryption Property

Definition

Whether to set Encrypt=Strict in the connection string. If Strict is not supported by the current SqlClient, when true this value will set Encrypt=true

public bool StrictEncryption { get; set; }
member this.StrictEncryption : bool with get, set
Public Property StrictEncryption As Boolean

Property Value

Applies to