How can we add security for custom message headers of WCF Service in Silverlight service.
For example, I want to pass a important (authenticated) string value ( credentials) through WCF Message Headers.
Is there any possibility to pass the secured string data over message headers?