<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: SSL and Silverlight</title><link>http://forums.silverlight.net/forums/thread/55942.aspx</link><pubDate>Thu, 29 May 2008 02:13:50 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:55942</guid><dc:creator>Aaron Oneal - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/55942.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=55942</wfw:commentRss><description>&lt;p&gt;Yes, that is correct. All requests/responses to/from a web service deployed to an SSL secured location are encrypted automatically at the transport layer.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: SSL and Silverlight</title><link>http://forums.silverlight.net/forums/thread/55934.aspx</link><pubDate>Thu, 29 May 2008 01:43:02 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:55934</guid><dc:creator>mchlsync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/55934.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=55934</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;Aaron Oneal - MSFT:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;If you&amp;#39;re transmitting data to a web service hosted at an HTTPS address, then data sent over the wire to the service is SSL encrypted, even if the Silverlight page hosting the control is not.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, I don&amp;#39;t need to do any encryption for that? All I need to do is that invoke https web service from Silverlight. This is a good thing.&amp;nbsp; thanks. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: SSL and Silverlight</title><link>http://forums.silverlight.net/forums/thread/55925.aspx</link><pubDate>Thu, 29 May 2008 00:25:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:55925</guid><dc:creator>Aaron Oneal - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/55925.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=55925</wfw:commentRss><description>&lt;p&gt;If you&amp;#39;re transmitting data to a web service hosted at an HTTPS address, then data sent over the wire to the service is SSL encrypted, even if the Silverlight page hosting the control is not.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: SSL and Silverlight</title><link>http://forums.silverlight.net/forums/thread/55486.aspx</link><pubDate>Tue, 27 May 2008 02:58:13 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:55486</guid><dc:creator>mchlsync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/55486.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=55486</wfw:commentRss><description>WireShark? This is new to me. Okay. &amp;nbsp;I will try.. 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: SSL and Silverlight</title><link>http://forums.silverlight.net/forums/thread/55418.aspx</link><pubDate>Mon, 26 May 2008 17:53:32 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:55418</guid><dc:creator>thosebug</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/55418.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=55418</wfw:commentRss><description>&lt;p&gt;This is a very important question, please if somebody knows could reply, could be possible that I must be shure all my data is encrypted before send to server?&lt;/p&gt;
&lt;p&gt;mchlSync may be you can install WireShark on your client computer and setup to listen the data&amp;nbsp;sended by your network card, there you will see exactly what you are sending&amp;nbsp;and what you are receiving. Please if you know something about this,&amp;nbsp;I&amp;#39;ll appreciate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>SSL and Silverlight</title><link>http://forums.silverlight.net/forums/thread/55410.aspx</link><pubDate>Mon, 26 May 2008 17:09:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:55410</guid><dc:creator>mchlsync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/55410.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=55410</wfw:commentRss><description>&lt;p&gt;Hello, &lt;/p&gt;&lt;p&gt;I have one uncertain thing in my mind. I would like to get the answer from you guys. &lt;/p&gt;&lt;p&gt;Let&amp;#39;s say I have ASP.NET project and Silverlight as the following structure. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;Structure of Project&lt;/u&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;http&lt;b&gt;s&lt;/b&gt;://mydomain.com/mysecurepage.aspx&lt;/p&gt;&lt;p&gt;---[ClientBin] &lt;br /&gt;---------MySilverlight.xap&lt;br /&gt;---mysecurepage.aspx&lt;br /&gt;---myWebService.asmx&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I configured SSL for my ASP.NET project. I show the Silverlight content on aspx page. There is one web service called myWebService.asmx in my secured ASP.NET.&amp;nbsp; &lt;/p&gt;&lt;p&gt;There is one textbox and one button in Silverlight . If the user enters something and click the button, the textbox.text will be submitted to web service. &lt;/p&gt;&lt;p&gt;For this case, the text what the user entered is secure?&amp;nbsp; Since SL runs on the user&amp;#39;s browsers, I think it won&amp;#39;t be secure even SL content is on the secure ASPX page. &amp;nbsp; Do I need to do encrypting in Silverlight before passing it to web service? &amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>