Does/Will Entity Framework 6 support the new Sql Azure & Azure Active Directory Authentication

坚强是说给别人听的谎言 提交于 2021-02-07 20:43:34

问题


Does EF 6 support this method for authentication and if so what is the installation process and nuget packages to make it work?

https://azure.microsoft.com/en-us/documentation/articles/sql-database-aad-authentication/


回答1:


It looks like EF6 will support this without any changes, as it "only" requires .Net 4.6, the Microsoft Active Directory Authentication Library for Microsoft SQL Server and a special connection string key, either:

Authentication=Active Directory Integrated;

Or

Authentication=Active Directory Password; 


来源:https://stackoverflow.com/questions/32699236/does-will-entity-framework-6-support-the-new-sql-azure-azure-active-directory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!