On 14 February 2011 12:31, Kishen <kish.bh...@gmail.com> wrote:
> Hi,
>
> I am developing an android app for my company. Therefore I have built
> a WCF REST Webservice. But the problem is that this webservice is
> available to everyone in the world. I just want secure it and make
> that only the app I created has access to it, how can I achieve this?
> Is there a way I can use the certificate thumbprint with which the
> application is signed? How can I achiev this?

Make service available over SSL only and set it up to require client
to use specific certificate (i.e. signed by your CA) to connect.

-- 
Regards,
Marcin

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to