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

속성 값

적용 대상