开发者

How to get expired date of user domain

开发者 https://www.devze.com 2023-02-23 03:47 出处:网络
My application (C#) use user & password domain to authorise when user login, domain has max password age policy, i want notify to user number of day will expire their password (like when login to

My application (C#) use user & password domain to authorise when user login, domain has max password age policy, i want notify to user number of day will expire their password (like when login to windows). Can I do that if i don't have domain admin account.

P/s : i'm using UserPrincipal to verify user & password d开发者_运维技巧omain.


Yes you can do it, here is How Long Until My Password Expires? article from Microsoft.

JP

0

精彩评论

暂无评论...
验证码 换一张
取 消