I would like to ask if there is a standard to store username and password in a Windows Phone application.
I am working on a project that validates the user on every request that is called. So, I want to store the username and password. Maybe even give them the possibility to “remember me”, so if there isn’t a standard for doing that, I will have to write it myself, but I’m guessing that Microsoft has a build-in one.
I would like to ask if there is a standard to store username and
Share
Use ProtectedData.
I found this example on Kevin D. Wolf’s efficientcoder.net :
(Apologies for the cut and paste I had to use a text from image scan)