我正在尝试为JwtBearerAuthentication设置TokenValidationParameters的TokenValidationParameters的IssuerSigningKey,并在从文件读取证书时遇到以下错误:
if(internet){
getDataFromserver();
tvRetryView.setVisibilty(GONE);
recylerview.setVisibility(VISIBLE);
}else{
tvRetryView.setVisibilty(VISIBLE);
recylerview.setVisibility(GONE);
}
{Internal.Cryptography.CryptoThrowHelper + WindowsCryptographicException: 在以下位置找不到所请求的对象 内部密码术.Pal.CertificatePal.FromBlobOrFile(Byte [] rawData,字符串fileName,字符串密码,X509KeyStorageFlags keyStorageFlags) System.Security.Cryptography.X509Certificates.X509Certificate..ctor(字符串 fileName,字符串密码,X509KeyStorageFlags keyStorageFlags)位于 System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(字符串 fileName)
有人知道我可以尝试吗?我在Google上搜索了一段时间,没有找到任何可以帮助我的解决方案。