Integrated Security = True和Integrated Security = SSPI有什么区别? [英] What is the difference between Integrated Security = True and Integrated Security = SSPI?

查看:125
本文介绍了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?

推荐答案

根据 Microsoft 他们是同一回事。


false 时,在连接中指定用户ID和密码。设置为true时,将使用当前Windows帐户凭据进行身份验证。

识别的值为 true false sspi (强烈推荐),相当于 true

When false, User ID and Password are specified in the connection. When true, the current Windows account credentials are used for authentication.
Recognized values are true, false, yes, no, and sspi (strongly recommended), which is equivalent to true.

这篇关于Integrated Security = True和Integrated Security = SSPI有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆