SqlConnectionInfo.StrictEncryption 属性

定义

是否在连接字符串中设置 Encrypt=Strict。 如果当前 SqlClient 不支持 Strict,则当为 true 时,此值将设置为 Encrypt=true

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

属性值

适用于