Is there a way to store credentials in a .NET Windows application with best practice, be it a built-in API or just the recommended encryption algorithm?
On the same lines as Tortoise SVN, Spotify and Skype.
Edit: My intention is to use a web service that returns a token from an authentication service. Other services then take this token as a parameter. However, the token expires after 30 minutes, so for storing the token itself, this is pointless for this task.
Richard Szalay
source share