hms-iap-serverdemo icon indicating copy to clipboard operation
hms-iap-serverdemo copied to clipboard

How does the C# verify method support SHA256WithRSA/PSS signatures ?

Open ttljtw opened this issue 3 years ago • 1 comments

https://github.com/HMS-Core/hms-iap-serverdemo/blob/ea8efaf0cedc8d06ee1678715947cad6693fe0d1/Demo.cs#L131

The preceding method can be used to verify the SHA256WithRSA signature. If the SHA256WithRSA/PSS signature is enabled on the AGC, how do I modify the code?

image

ttljtw avatar Dec 17 '21 03:12 ttljtw

I think it's possible to refer to this code: image

Here's how to test: image

ttljtw avatar Dec 17 '21 03:12 ttljtw