Does anybody know any solution/walkaround to provide TLS/SSL support for TCP sockets in Silverlight x.x?
Does anybody know any solution/walkaround to provide TLS/SSL support for TCP sockets in Silverlight
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.
If you have your Silverlight 4 application as trusted, you can use SSL/TLS components for Silverlight, which are included in SecureBlackbox .NET.
If you have Silverlight 3 application or untrusted Silverlight 4 application, you can also use these components, yet you would be restricted by socket classes to only certain port numbers and only if the destination system has a policy available.