Beispiel #1
0
 public void OnboardNewDeviceToExistingIdentity(Guid existingIdentityID)
 {
     _currentIdentity = _identityStore.AddNewKeyPairToExistingIdentity(existingIdentityID);
     SecureAppStorage.Instance.StoreDeviceIdentity(_currentIdentity);
 }