出现错误“密钥在指定状态下无效。”

时间:2019-04-08 14:10:45

标签: c# encryption jwt token jose

从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上找到此错误,但没有找到正确的解决方案。寻找完美的人。

0 个答案:

没有答案