<机器钥匙>在 web.config 和 machine.config 中

发布于 2024-12-25 15:51:41 字数 105 浏览 0 评论 0原文

如果 machine.config 文件没有定义任何部分,也没有定义任何 web.config 文件,它是否默认为 AutoGenerate 选项?

谢谢维卡斯

If the machine.config file does not define any section, nor does any web.config file, does it default to AutoGenerate option?

Thanks

Vikas

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

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

发布评论

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

评论(1

怀中猫帐中妖 2025-01-01 15:51:41

是的,自动生成设置是解密密钥和验证密钥的默认设置。

“AutoGenerate, IsolateApps”- 指定自动生成密钥。 这是默认值。 AutoGenerate 修饰符指定 ASP.NET 生成随机密钥并将其存储在本地安全机构 (LSA) 中。 IsolateApps 修饰符指定 ASP.NET 使用每个应用程序的应用程序 ID 为每个应用程序生成唯一的加密密钥。

来源:http://msdn.microsoft.com/en-us/library/w8h3skw9 .aspx

Yes, the AutoGenerate setting is the default setting for both decryptionKey and validationKey.

"AutoGenerate, IsolateApps" - Specifies that the key is automatically generated. This is the default value. The AutoGenerate modifier specifies that ASP.NET generates a random key and stores it in the Local Security Authority (LSA). The IsolateApps modifier specifies that ASP.NET generates a unique encrypted key for each application using the application ID of each application.

Source: http://msdn.microsoft.com/en-us/library/w8h3skw9.aspx

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