We have a WCF RESTful service that should be consumed by Android (Java) and iPhone / iPad devices running MonoTouch (.NET)
What security settings can WCF support supported by Android (Java) and iPhone (.NET)?
For interoperability, the best security option is HTTPS for privacy and integrity, as well as basic or basic HTTP authentication.