You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting SqlConnectionStringBuilder.TrustServerCertificate = True results in the string returned by SqlConnectionStringBuilder.ConnectionString to be "Trust Server Certificate=True".
Why the spaces?
Why not return "TrustServerCertificate=True"?
Is TrustServerCertificate deprecated in favor of "Trust Server Certificate?