Partager via


SqlConnectionInfo.EncryptConnection Property

Definition

Gets or sets whether to encrypt the connection

[Newtonsoft.Json.JsonProperty(PropertyName="encryptConnection")]
public bool? EncryptConnection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encryptConnection")>]
member this.EncryptConnection : Nullable<bool> with get, set
Public Property EncryptConnection As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to