本文介绍了是否/将要使用Entity Framework 6支持新的Sql Azure&Azure Active Directory身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

EF 6是否支持此身份验证方法,如果可以,安装过程和nuget软件包如何使它起作用?

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/

推荐答案

看起来EF6将支持此功能,而无需进行任何更改,因为它仅"需要.Net 4.6,用于Microsoft SQL Server的Microsoft Active Directory身份验证库和一个特殊的连接字符串键,或者:

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;

Authentication=Active Directory Password; 

这篇关于是否/将要使用Entity Framework 6支持新的Sql Azure&Azure Active Directory身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 07:05