加密应用程序服务连接字符串

发布于 2024-08-22 11:48:38 字数 118 浏览 5 评论 0原文

有没有办法可以在后面的代码中设置 .NET ApplicationServices 连接字符串?而不是在我的 web.config 中使用纯文本?或者我可以将加密的值放在那里然后解密并再次传递它吗?

谢谢!

Is there a way where I can set the .NET ApplicationServices connection string in the code behind? Instead of having plain text in my web.config? Or can I just put the encrypted value there and then decrypt and pass it again?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挽容 2024-08-29 11:48:38

您可以加密配置文件中的设置。 这里是 MSDN 上有关如何操作的文章

You can encrypt settings in your config file. Here is the article on MSDN on how.

勿挽旧人 2024-08-29 11:48:38

您可以创建/实现/使用一个ProtectedConfigurationProvider 以透明方式解密配置设置。

You can create/implement/use a ProtectedConfigurationProvider to transparently decrypt the configuration settings.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文