Ask a question
Hi, I am trying to use cosmosdb with EFCore.
While using, I have to store sensitive data like user name and password. I believe I could straightly use always encrypt with Cosmosdb client. However, I failed to find the way to use this feature in EFCore.
Does EFCore support this feature and how could I achieve that?
Thank you!
Ask a question
Hi, I am trying to use cosmosdb with EFCore.
While using, I have to store sensitive data like user name and password. I believe I could straightly use always encrypt with Cosmosdb client. However, I failed to find the way to use this feature in EFCore.
Does EFCore support this feature and how could I achieve that?
Thank you!