What is the best way of saving user credentials in a Silverlight application?
We're making use of the new Silverlight 3 feature that allows WCF calls to be authenticated: we prompt the user for their credentials to the service within Silverlight, and we want to offer a "remember my password" feature.
In .Net we can use the ProtectedData class, but it appears that there is no Silverlight version of this available.