Our platform uses elastic scale and always encrypted. Now we migrated to .netcore As I understood, always encrypted on .netcore supported by Microsoft.Data.SqlClient which contains copies of classes that support always encrypted. But Elastic scale operates types from System.Data.SqlClient which are not supported encrypted on .netcore. So I have next questions:
- Is my vision is right or wrong?
- Does (Will) exist version of Elastic pool which work with types from Microsoft.Data.SqlClient?
- What about some work arounds?
Thanks! Vlad