如何在IIS应用程序上检索经过身份验证的用户列表

本文关键字:身份验证 经过 用户 列表 检索 程序上 IIS 应用 应用程序 | 更新日期: 2023-09-27 18:01:02

如何检索IIS应用程序池的当前已验证用户列表?使用Windows身份验证。

如何在IIS应用程序上检索经过身份验证的用户列表

也许这些方法可以帮助您:System.Web.Security.Membership.GetAllUsersSystem.Web.Security.Membership.GetNumberOfUsersOnline

您可以通过在asp.net网站中登录用户

string name = Context.User.Identity.Name.Tostring()