tags:

views:

4

answers:

0

i have wcf service with security mode = "message" when i create wcf service proxy class in client project i see tag in app.config What information encodedvalue contain and how can i decode the value ? i tried byte[] bytes = Convert.FromBase64String(base64string); return ReturnString = UnicodeEncoding.Unicode.GetString(bytes); but no success