I have employed .NET 3.5 to implement a WCF service to output the XML result in a RESTful way. Is there a way to configure this service (using REST Model) to use an x.509 certificate, so the data will only be given to those trusted clients? Is it possible to use digital certificates with REST model? If not, then what is the recommended way for securing my data when transporting to clients?
Thank you so much,
Jesse