开发者

WCF REST Security Options for clients not all using .NET

开发者 https://www.devze.com 2023-03-04 15:49 出处:网络
We have a WCF RESTful service which is to be consumed by Android (Java) and iPhone/iPad devices running MonoTouch (.NET)

We have a WCF RESTful service which is to be consumed by Android (Java) and iPhone/iPad devices running MonoTouch (.NET)

What security 开发者_运维百科options can WCF support which Android (Java) and iPhone (.NET) take advantage of?


For interoperability reason the best security option is HTTPS for confidentiality and integrity and either custom or HTTP Basic authentication.

0

精彩评论

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