从Jose.Jwt.Decode方法解码令牌时出现Key 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);
我试图在Internet上找到此错误,但没有找到正确的解决方案。寻找完美的人。