开发者

Call a webservice via ssl and use a client pass

开发者 https://www.devze.com 2023-01-16 03:14 出处:网络
I call a webservice via HttpWebRequest. Now the owner of the service send a key and said I would need to use it in the future to access the serv开发者_高级运维ice via ssl.

I call a webservice via HttpWebRequest. Now the owner of the service send a key and said I would need to use it in the future to access the serv开发者_高级运维ice via ssl.

Is there any way to use this key? The key itself is similar to the key when you prepare your server for ssl.


What sort of key have they provided? Assuming this key is an SSL client certificate, then the following link should explain everything you need to know about using it:

http://support.microsoft.com/kb/895971

0

精彩评论

暂无评论...
验证码 换一张
取 消