本文介绍了Integrated Security = True和Integrated Security = SSPI有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有两个使用Integrated Security的应用程序。一个在连接字符串中分配 Integrated Security = true
,另一组在 Integrated Security = SSPI
中设置。
I have two apps that use Integrated Security. One assigns Integrated Security = true
in the connection string, and the other sets Integrated Security = SSPI
.
在集成环境下, SSPI
和 true
有什么区别安全性?
What is the difference between SSPI
and true
in the context of Integrated Security?
推荐答案
根据他们是同一回事。
这篇关于Integrated Security = True和Integrated Security = SSPI有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!