当前位置: 代码迷 >> XML/SOAP >> c#怎么读取公钥?
  详细解决方案

c#怎么读取公钥?

热度:455   发布时间:2012-04-11 17:42:33.0
c#如何读取公钥???
非对称密钥存入密钥容器中,我如何读取公钥呢???

CspParameters cspParams = new CspParameters();

cspParams.KeyContainerName = "XML_ENC_RSA_KEY";

RSACryptoServiceProvider rsaKey = new RSACryptoServiceProvider(cspParams);

谢谢!



------解决方案--------------------
看看这篇文章对你有没有帮助:http://hi.baidu.com/kingson88/blog/item/a92ca34a754abef782025cb5.html
  相关解决方案