HowTo: iPhone Web Service call to WCF Service with Certificate Authentication
Posted
by Maike9
on Stack Overflow
See other posts from Stack Overflow
or by Maike9
Published on 2010-02-09T20:35:38Z
Indexed on
2010/06/08
11:12 UTC
Read the original article
Hit count: 967
We are a .Net shop currently developing a iPhone app that requires the app to call a WCF web service. Our WCF Services are secured with a x509 certificate for authentication purposes.
I have been searching the internet for an example on how to do the following:
- Deploy a certificate with an iPhone app.
- Use that certificate in a web service call to a WCF Service.
Any insight on how this might be accomplished would be greatly appreciated.
© Stack Overflow or respective owner