gpt4 book ai didi

c# - Persist Security Info Property=true 和 Persist Security Info Property=false

转载 作者:IT王子 更新时间:2023-10-29 04:18:55 29 4
gpt4 key购买 nike

对于属性:

Persist Security Info=true

Persist Security Info=false

你能告诉我它们之间有什么区别吗,如果我不把它放在我的连接中会发生什么?

connect.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;
Data Source=C:/Users/Nourah/Downloads
/Phase3/Salary.accdb;
Persist Security Info=False;";

最佳答案

即使您设置了 Persist Security Info=truePersist Security Info=false它不会预先显示出差异。差异发生在后台。

Persist Security Info=False 时,安全敏感信息(例如密码)不会作为connection 如果连接是打开的或曾经处于打开状态状态。

如果您设置 Persist Security Info=True,Windows 将记住连接字​​符串中指定的密码。

这就是区别。

MSDN Explanation

设置 Persist Security Info true 或 false 仅当您在连接字符串中提及用户名和密码时才会生效。如果您在连接字符串中提及用户名和密码并将 Persist Security Info 设置为 false 则无法提取凭据,但如果您设置 Persist Security Info 为真,同时在连接字符串中提供凭据,Windows 将记住凭据,并且可以通过编程方式将其提取。

关于c# - Persist Security Info Property=true 和 Persist Security Info Property=false,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30419627/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com