dotnet/SqlClient#1210 changed the default connection string value of Encrypt to be true instead of false.
Therefore, any SMO-based application that requires Encrypt=false but isn't currently setting it explicitly in the connection string could break if moved to M.D.S 4.1 and doesn't update the connection string appropriately.