Lee Taylor
Dec 08, 2021Copper Contributor
Password Expiration and Change Password
i think this should be simple to accomplish. I just want my Windows Forms Application running within a domain to be able to check the current user's password expiration and offer them the opportunity to change the password. This is a .NET Framework 4.8 App delivered via Remote App so the normal windows password expiry warnings do not show nor does the user have access to change their password using <ctrl alt end> or <ctrl alt del>. I need to be able to provide that within my App. I would think that System.Security, or System.security.principal would suffice but I cannot find any information. Everything is about ASP.NET. Please share your solution. Thanks!