1

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?

Suriya
  • 848
  • 10
  • 15

1 Answers1

0

Temporarily We just passing the authenticated values as encrypted text.

Find more details at http://msdn.microsoft.com/en-us/library/system.security.cryptography.aes.aspx

Suriya
  • 848
  • 10
  • 15