不支持关键字:列加密设置=已启用

问题描述

我遇到了ASP.NET web.config文件中缺少列加密的问题。

我添加:Column Encryption Setting=enabled但出现错误:

不支持关键字

我的代码:

string connectionString = "Data Source=server63; Initial Catalog=Clinic; IntegratedSecurity=true; Column Encryption Setting=enabled";
SqlConnection connection = new SqlConnection(connectionString);

我正在使用.NET Framework 2.0。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)