I have a WCF. I have a silverlight application.
I do not want anyone to be able to call the WCF except the Silverlight application. I do not want to install any certificates on the client. I do not want to hit any databases.
What would typically be the best way to do something like this?