iPhone web service calls to WCF Service with Certificate Authentication

前端 未结 5 737
盖世英雄少女心
盖世英雄少女心 2020-12-05 01:06

We are a .Net shop that has standardized on WCF Services. We are in the processs of developing an iPhone application that needs to make secure web services calls to obtain d

5条回答
  •  -上瘾入骨i
    2020-12-05 02:03

    I agree with Yaron Naveh's solution too, probably the best bet is to use SSL. I believe SSL/TLS encryption is better performance wise than message/XML based encryption in WCF too.

    I think the certificate would probably need to be from a trusted CA (certificate authority) for this to work though. From memory, I had difficulty with the iPhone SDK with self-signed certificates, but that may well have changed in the last year...

提交回复
热议问题