c# - local vs roaming vs temporary windows app data -


i trying use correct class storing data in windows app. used isolatedstoragesettings on windows phone app, need use windows.storage class in windows store app begin written vs express 2013

i need data remain secure on device when app not in use , don't want saved in cloud or removed unless use logs out of app. need stay secure while user remains logged in regardless if using app or in background or windows shut down memory reasons.

i suspect roaming not way go should use: local or temporary?

ok, after more research found this.

http://msdn.microsoft.com/en-us/library/windows/apps/hh464917.aspx

looks local app data correct method temporary data can removed device @ time. roaming says data want use across devices stored on onedrive(old skydrive).

and if needs example code here link simple example.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -