在 aspnet 应用程序中通过模拟获取 WindowsIdentity 的不同方法

发布于 2024-11-16 02:24:29 字数 272 浏览 2 评论 0原文

该应用程序正在使用模拟和 Windows 身份验证运行。 我在这三种情况下得到的有什么区别?

  • System.Threading.Thread.CurrentPrincipal.Identity 作为 WindowsIdentity

  • WindowsIdentity.GetCurrent()

  • ((HttpContext) context).User.Identity 作为 WindowsIdentity

The app is running using impersonation and windows authentication.
What is the difference of what i've got in the three cases?

  • System.Threading.Thread.CurrentPrincipal.Identity
    as WindowsIdentity

  • WindowsIdentity.GetCurrent()

  • ((HttpContext) context).User.Identity
    as WindowsIdentity

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

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

发布评论

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

评论(1

疯到世界奔溃 2024-11-23 02:24:29

在这里您拥有所有不同的可能性。在您的情况下,您将获得所有 3 个相同的内容(域\用户名)

Here you have all the different posibilites. In your case you'll get the same for all 3 (Domain\UserName)

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