ASP.NET
REST Model and x.509 certificate
10/06/2008
02:59:13 PM
2HC0W4G8C Show this entire thread in new window
From:
Jesse James
To:
All
Attachments:
None
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