Esempio n. 1
0
 private async void RetriveAccount()
 {
     var accounts = await SecureStorageAccountStore.FindAccountsForServiceAsync("Gmail");
 }
Esempio n. 2
0
 private async void SaveAccount(Account account)
 {
     await SecureStorageAccountStore.SaveAsync(account, "Gmail");
 }