1 write to TrustServerCertificate
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
296case Keywords.TrustServerCertificate: TrustServerCertificate = ConvertToBoolean(value); break;
1 reference to TrustServerCertificate
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
981case Keywords.TrustServerCertificate: return TrustServerCertificate;