凭证缓存
有谁知道如何使用 C# 或 VB 使用凭据缓存或网络凭据从 Active Directory 获取用户的个人信息? 我需要获取个人信息,例如姓名、电话号码等。
Does anyone know how to use the credential cache or network credential to get the user's personal info from the Active Directory using C# or VB? I need to get personal info such as name, telephone ID and so on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 System.DirectoryServices 类文档。
See the System.DirectoryServices class documentation.
默认情况下,用户将有足够的权限来读取自己的个人详细信息。
如果没有,您可能需要在目录上使用委派以允许对额外属性的自读访问
By default a user will have sufficent rights to read their own personal details.
If they do not you may need to use Delegation on your directory to allow SELF read access to extra attributes