I am currently converting a Windows Form application to ios. The windows implementation uses WCF net.tcp and System.Web.Security.Membership.
I have recompiled the shared entities and created a new basicHTTP endpoint with SSL.
What is the equivalent call to System.Web.Security.Membership.ValidateUser(user,pass)
Is there one?
I have found the answer, you need to handle the authentication separately, either with a separate service or create a web request to your service/Authentication_JSON_AppService.axd and get the token.