Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It is wise to be cautious with potentially senstive data such as username/passwords and I'm pleased to see the documentation is now alerting developers to this.</p> <p>Security and convenience are requirements to be weighed in the context of the sensitivity of the data that is being protected.</p> <p>Just making it a bit more difficult to obtain a person's credentials may be sufficient in some applications to deter people from making the effort to bypass security measures, particularly if the value of the data or services being protected is low. In this case, offering the convenience of saving credentials for your user may be appreciated.</p> <p>On the other hand, the data/services being protected may be of high sensitivity/value and concerns of the users phone being physicaly compromised or compromised by unsecure software not obtained via the marketplace may be genuine.</p> <p>If you are in any doubt, and want to defer the decision to your user, you can always do this by alerting them to the risks and offering them the choice - as browsers and websites do with offering to save your credentials.</p> <p>Either way, this is for you to evaluate in the context of your app.</p> <p>With regard to where data can be stored, Isolated Storage is the place to look.</p> <p>As Matt has suggested, Isolated Storage Settings is an approachable place to start, with some of the lifting done for you.</p> <p>Alternatively you may like to just write a file in a format of your own choosing to Isolated Storage. Documentation for all of this is available here.</p> <p><a href="http://msdn.microsoft.com/en-us/library/ff626522%28v=VS.92%29.aspx" rel="nofollow">Isolated Storage for Windows Phone</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/ff402541%28v=VS.92%29.aspx" rel="nofollow">Isolated Storage Overview for Windows Phone</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/ff626519%28v=VS.92%29.aspx" rel="nofollow">How to: Add Files and Folders for Windows Phone</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage%28VS.95%29.aspx" rel="nofollow">System.IO.IsolatedStorage Namespace ()</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload