摘要:
最近有个项目要调用客户用java写的带https的webservice,对方提供了证书文件 test.pfx,我这里调用方式如下://webservice代理类SvcService svc = new SvcService();//证书文件路径string filePath = ConfigurationManager.AppSettings["pfxUrl"];X509Certificate cert = new System.Security.Cryptography.X509Certificates.X509Certificate(filePath, "12 阅读全文
posted @ 2013-08-20 15:52
自由_
阅读(36572)
评论(9)
推荐(2)
浙公网安备 33010602011771号