79194307

Date: 2024-11-16 00:38:29
Score: 1.5
Natty:
Report link

As you correctly identified, this error occurs because the digest algorithm does not match the signature algorithm.

var digest = await SHA512.HashDataAsync(stream); var signRequest = new SignRequest(SignatureAlgorithm.ES512, digest);

I believe Status: 200 (OK) means that the request was successfully received, and processed by the server.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: DawnWang17