SSL sockets / Support SslStream
SLL is only supported on HTTP sockets.
11 comments
-
Jan Mortensen
commented
Missing SslStream and other bits to use SkypeKit API directly in Silverlight
-
Karl Heinrich Waclawek
commented
There is now a bug open at Microsoft Connect:
https://connect.microsoft.com/VisualStudio/feedback/details/686196/silverlight-missing-sslstream-supportPlease vote it up.
-
P K
commented
Please, add this feature to SL5.
-
Ether Li
commented
This feature is badly needed.We were doing a stock app but we didn't know it before, so I have to convert this silverlight app to a wpf project.
-
Gregor
commented
Silverlight is not used only for multimedia applications. It would be an excellent tool for developing client part of business applications if Microsoft would only add proper SSL and digital signature support.
-
RDesai
commented
Important for secure web-socket (wss://) style communications. Javascript bridges and the like require specific browser support, or routing to Flash style plugins.
-
Anonymous
commented
SSL Sockets is very important for security real time application such as Stock Exchange.
-
Andulvar
commented
Without SSL sockets we cannot deliver applications to corporate and industrial customers. Nobody will accept plain-text transmission of their data over the Internet. Lack of SSL is shutting down an entire market segment for us.
-
Graeme Hopkins
commented
Required for real time socket ecom/gaming connections.
-
Alexander Philippou
commented
This is an absolute must for non-HTTP transports. WCF-Xtensions already includes the SOAP/TCP transport which offers duplex communications to .NET/CF/Silverlight. Availability of the SslStreamSecurityBindingElement Class is required in order to secure SOAP/TCP using SSL/TLS. Very much needed.
-
Karl Heinrich Waclawek
commented
SSL support is necessary to securely support non-HTTP communications.