gpt4 book ai didi

active-directory - UserPrincipal 相当于 DirectoryEntry.Invoke?

转载 作者:行者123 更新时间:2023-12-04 08:28:25 24 4
gpt4 key购买 nike

我正在更新与应用程序中的 AD 交互的代码。当前代码使用 ActiveDs 接口(interface)。我正在更改代码以使用 System.DirectoryServices.AccountManagement 命名空间。我们的应用程序允许用户存储密码提示。这在用户定义的参数下存储在 AD 中。我知道我可以使用 DirectoryEntry.Invoke("put") 方法来做到这一点。

是否可以通过 UserPrincipal 执行此操作,或者我是否需要调用 GetUnderlyingObject 方法然后调用 DirectoryEntry.Invoke("put")

如有任何建议/意见,我们将不胜感激。

最佳答案

UserPrincipal 类是可扩展的,因此您可以在您的用户主体上“显示”底层 DirectoryEntry 对象的更多属性。

使用 MSDN 文章 Managing Directory Security Principals in the .NET Framework 3.5 中解释的可扩展性技术,您还应该能够在扩展的 UserPrincipal 密码提示 存储在 DirectoryEntry 中的方式)类。

关于active-directory - UserPrincipal 相当于 DirectoryEntry.Invoke?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10726858/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com