在net 3.5 csharp应用程序中,我需要提前知道AD密码是否满足配置的复杂性要求。
你该怎么做?

最佳答案

这些链接可能会为您指明正确的方向:

Change user password in ADS and check the domain password policy (C#)?

User Management with Active Directory—Managing Passwords for ADAM Users

Determining Domain-Wide Account Policies(这似乎满足您的需求)

关于c# - 如何测试AD密码是否满足配置的复杂性要求?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3225168/

10-09 08:13