If I did not want to use ssl and transport security does silverlight 4 support message encryption or some sort of alternative?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Silverlight doesn’t support message encryption because it doesn’t provide (as of SL4, I haven’t looked in SL5 beta) asymmetric crypto support. You can do some custom message security if you are willing to create your own channel (which is really, really hard to do, unfortunately) which uses some out-of-band shared key and use the symmetric crypto (which is available on SL).