标签: c# rest cryptography ssl-certificate
在C#中,我需要加载一个带有加密私钥的X509Certificate2,从.key文件导入。 RSACryptoServiceProvider没有任何参数来导入这样的密钥,我的研究没有取得任何成功。
X509Certificate2
RSACryptoServiceProvider
我试过this link。
证书用于从REST API检索JSON。