question

VladislavPolishchuk-6853 avatar image
0 Votes"
VladislavPolishchuk-6853 asked VD-7794 commented

.Net Core and Elastic Scale tool and Always Encrypted

Hello.
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:
1) Is my vision is right or wrong?
2) Does (Will) exist version of Elastic pool which work with types from Microsoft.Data.SqlClient
3) What about some work arounds

Thanks!
Vlad

azure-sql-database
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@VladislavPolishchuk-6853 Welcome to Microsoft Q&A and thank you for your interest in Azure SQL Database.
I would need to research this a bit more to suggest options for you.
Could you please name a few types or classes that you want to use but do not support encryption.

0 Votes 0 ·

Hello, thank you for your attention.
First of all this is System.Data.SqlClient.SqlConnection for System.Data.Sql.Client 4.6.1 throws exception if I try setup connection with encription
As I understood It should be used Microsoft.Data.SqlClient.SqlConnection from microsoft.data.sqlclient

But I also use microsoft.azure.sqldatabase.elasticscale.client which operate by System.Data.SqlClient.SqlConnection


Am I wrong?

0 Votes 0 ·

1 Answer

krish-gh avatar image
0 Votes"
krish-gh answered VD-7794 commented

Unfortunately, there is already an open issue https://github.com/Azure/elastic-db-tools/issues/203 related to this. We would follow up on that.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@krish-gh Any update on that issue?

0 Votes 0 ·