Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have asp.net web api application hosted in iis server.Web api application uses httpwebrequest class to request data form remote server located in another machine which is ssl enabled. I need to access data from that server using httpweb request from my application.

I dont know how to implement handshake,
haw to request the server certificate,
how to validate the server certificate,
and start a secure commnunication connection with server from my asp.net web api app.

I searched alot and didnt find completed example.

please some one help me on that.

thanks
Posted
Updated 2-Jul-13 19:44pm
v2

1 solution

This might help you.
Dealing with Certs
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900