从 UserPrincipal 对象获取 nETBIOSName
我正在使用 .Net 库的 System.DirectoryServices.AccountManagement 部分来连接到 ActiveDirectory。 在 GroupPrincipal 对象上调用 GetMembers() 并…
扩展 UserPrincipal; FindByIdentity() 失败
扩展 UserPrincipal 以利用其内置属性...当我们重载 FindByIdentity() 方法时遇到问题。 来自 Microsoft 的示例 http://msdn.microsoft.com /en-us/li…
为什么“request.getUserPrincipal().getName()”有时返回空字符串?
有人知道为什么 UserPrincipal 的 getName() 方法有时会提供一个空字符串吗?大多数时候它会返回正确的用户名,但并非每次都会。 这种行为确实是随机…
从机器上下文中获取用户全名
我有一个在 Intranet 上运行的 ASP.NET 应用程序。在生产中,我可以从域上下文中获取用户,并可以访问大量信息,包括他们的名字和姓氏(UserPrincipal…
- 共 1 页
- 1