X509Certificate2 cer = new X509Certificate2(cerPath, password, X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.PersistKeySet | X509KeyStorageFlags.Exportable);
req.ClientCertificates.Add(cer);
调用微信退款接口时出现System.Security.Cryptography.CryptographicException: 出现了内部错误 解决办法
最新推荐文章于 2024-04-19 10:21:00 发布