Platform | CredentialStore | IsolatedKeyValueStore |
Android | IsolatedKeyValueStore class | android.content.SharedPreferences Object |
iOS | Keychain Services | NSData with NSDataWritingFileProtectionComplete and NSURLIsExcludedFromBackupKey set. |
Windows Phone | Windows.Security.Credentials.PasswordVault (Windows 8.1+ only) | System.IO.IsolatedStorage.ApplicationSettings |
Windows Tablet | Windows.Security.Credentials.PasswordVault | Not Supported |
Phoney | Flat File (unprotected) | Flat File (unprotected) |