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.