I am develop a new UWP app, and I want add a pin code/password after startup/splash screen. I already researched but did not find anything, what I intend is possible? If so, how?
The password to enter the application will be in my app code, that is, I just want my application to validate the password entered by the user according to the password that is "stored" in my code.
If I'm not wrong, OneDrive already had an option like that, in which you could set a password that had to be set when the app started.