从Jose.Jwt.DecodeKey not valid for use in specified state.
方法解码令牌时出现错误。Jose.Jwt 是我用于 JWT 令牌加密和解密的第三方库。
var privateKey = certificate.PrivateKey as RSACryptoServiceProvider;
var payload = JWT.Decode(token, privateKey, JweAlgorithm.RSA_OAEP_256, JweEncryption.A256GCM);
我试图在互联网上找到这个错误,但没有得到任何正确的解决方案。寻找一个完美的。