Validate Expired Password in active directory

2019-07-15 10:52发布

I'm writing a self service password reset system in c#, .Net 3.5 - one of the things that I need to do is allow users to authenticate with an expired password and give them the ability to change it. Can you, using the System.DirectoryServices or System.DirectoryServices.AccountManagement namespaces validate an expired password? Is there anyway to do it using low level api calls?

Thanks

1条回答
干净又极端
2楼-- · 2019-07-15 11:34
登录 后发表回答