FormsAuthentication.Initialize() 的作用是什么?

发布于 2024-08-03 15:08:02 字数 69 浏览 2 评论 0原文

具体来说,FormsAuthentication.Initialize() 方法实际上是做什么的?

What, specifically, does the FormsAuthentication.Initialize() method actually do?

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

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

发布评论

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

评论(2

南风几经秋 2024-08-10 15:08:02

http://msdn.microsoft.com/ en-us/library/system.web.security.formsauthentication.initialize.aspx

当 FormsAuthenticationModule 创建 FormsAuthentication 类的实例时,将调用 Initialize 方法。该方法不适合从您的代码中调用。

http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.initialize.aspx

The Initialize method is called when the FormsAuthenticationModule creates an instance of the FormsAuthentication class. This method is not intended to be called from your code.

疯到世界奔溃 2024-08-10 15:08:02

如有疑问,请使用 Reflector。不幸的是,我没有坐在我的开发电脑前,所以我无法准确地告诉您它的作用,但使用 Reflector,您应该能够在几秒钟内找到答案。

When in doubt, use Reflector. Unfortunatly, I;m not sitting at my development PC so I can't tell you eaxctly, what it does, but with Reflector you should be able to find out in a matter of seconds.

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