Пример #1
0
 public bool SendServerSignedChallenge(Guid userId, Guid deviceId, byte[] signedChallenge)
 {
     byte[] userPublicKey = _mockstore.GetPublicKey(userId, deviceId);
     return(true);
 }