Dec 08 2021 07:46 AM
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!
Dec 12 2021 04:11 AM
Dec 12 2021 07:00 AM
Dec 12 2021 09:47 AM