<?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: Re: Re: Re: Re: Authenticating Silverlight Users</title><link>http://forums.silverlight.net/forums/thread/21838.aspx</link><pubDate>Mon, 26 Nov 2007 20:08:44 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21838</guid><dc:creator>y_makram</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21838.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=21838</wfw:commentRss><description>&lt;p&gt;If I have control over the host ASP page, I will definitely use ASP .NET authentication. The issue will raise when you are developing the Silverlight solution that will not depend on the host page for authentication. An example would be a mashup hosted on live streaming service that can be hosted on blogs for example, but requires user authentication, therefore it has to be done from the Silverlight application, not the host page. If the hashing algorithm doesn&amp;#39;t come with the Silverlight release, I am sure that will be community provided implementations for hashing algorithms.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Authenticating Silverlight Users</title><link>http://forums.silverlight.net/forums/thread/21836.aspx</link><pubDate>Mon, 26 Nov 2007 19:58:42 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21836</guid><dc:creator>geekpunk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21836.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=21836</wfw:commentRss><description>&lt;p&gt;no reason why you cant use any of the asp.net authentication stuff... keep in mind, silverlight is just page content.&amp;nbsp; Not a replacement for an aspx or html page.&amp;nbsp; My suggestion was for a solution to have the authentication happening directly in the silverlight, while ensuring the username/password were encrypted from point to point.&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Authenticating Silverlight Users</title><link>http://forums.silverlight.net/forums/thread/21814.aspx</link><pubDate>Mon, 26 Nov 2007 15:34:56 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21814</guid><dc:creator>helfon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21814.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=21814</wfw:commentRss><description>&lt;p&gt;Is Anonymous access required to be on for silverlight?&amp;nbsp; Is there any way to use Windows Integrated Authentication?&amp;nbsp;&amp;nbsp; What about putting forms based authentication on the hosting page and then storing the user name for the silverlight control to access?&lt;/p&gt;</description></item><item><title>Re: Re: Re: Authenticating Silverlight Users</title><link>http://forums.silverlight.net/forums/thread/21804.aspx</link><pubDate>Mon, 26 Nov 2007 13:24:32 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21804</guid><dc:creator>geekpunk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21804.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=21804</wfw:commentRss><description>&lt;p&gt;keep in mind silverlight, needs to be cross platform and light.&amp;nbsp; My guess is msft will see this stuff as not needed for &amp;quot;ALL&amp;quot; developers, and will not add this.&amp;nbsp; But again you get C# and the .net core, so build your own.&lt;/p&gt;</description></item><item><title>Re: Re: Authenticating Silverlight Users</title><link>http://forums.silverlight.net/forums/thread/21792.aspx</link><pubDate>Mon, 26 Nov 2007 08:57:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21792</guid><dc:creator>jono_pare</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21792.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=21792</wfw:commentRss><description>&lt;p&gt;Thank you both for your input. I am reluctant to use JavaScript now that Silverlight&amp;#39;s come along: the move to a managed code plug in is - in my mind at least - a great way to avoid the cross-platform horrors that JavaScript brings as standard. That road map diagram was pretty neat, but as well as missing out on cryptography, there was nothing about X509 certificates. Are we being deprived of these too? Intellisense seemed to think there might be support for certificate based authentication, but I haven&amp;#39;t got very far exploring it yet. Regards, Jono&lt;/p&gt;</description></item><item><title>Re: Re: Authenticating Silverlight Users</title><link>http://forums.silverlight.net/forums/thread/21756.aspx</link><pubDate>Mon, 26 Nov 2007 02:17:54 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21756</guid><dc:creator>geekpunk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21756.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=21756</wfw:commentRss><description>&lt;p&gt;id hate to have to see you fall back on js for something like this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;As that you have all the power of the .ne framework, minus&amp;nbsp;some goodness, I would instead generate my own md5sum function or the like in combination w/ a challenge string sent down from a web service call, or in the generated aspx.&amp;nbsp; I wouldnt expect this to be built into the final bits, but generating this kind of code should be pretty light weight.&lt;/p&gt;</description></item><item><title>Re: Authenticating Silverlight Users</title><link>http://forums.silverlight.net/forums/thread/21748.aspx</link><pubDate>Sun, 25 Nov 2007 21:38:29 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21748</guid><dc:creator>y_makram</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21748.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=21748</wfw:commentRss><description>&lt;p&gt;According to the Silverlight Roadmap there is no plans to support cryptography &lt;a href="http://download.microsoft.com/download/f/2/e/f2ecc2ad-c498-4538-8a2c-15eb157c00a7/SL_Map_FinalNET.png"&gt;http://download.microsoft.com/download/f/2/e/f2ecc2ad-c498-4538-8a2c-15eb157c00a7/SL_Map_FinalNET.png&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can resort to JavaScript implementations like this one &lt;a href="http://pajhome.org.uk/crypt/md5/auth.html"&gt;http://pajhome.org.uk/crypt/md5/auth.html&lt;/a&gt; and use Silverlight C#/JavaScript interop.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Authenticating Silverlight Users</title><link>http://forums.silverlight.net/forums/thread/21747.aspx</link><pubDate>Sun, 25 Nov 2007 21:28:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:21747</guid><dc:creator>jono_pare</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/21747.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=21747</wfw:commentRss><description>&lt;p&gt;Hi, I&amp;#39;m brand new to Silverlight development and I wondered what mechanisms were available in the cut-down version of the .NET framework for authenticating Silverlight 1.1 users. I&amp;#39;d like to use the usual combination of hashes&amp;nbsp;and salts to avoid passing any passwords down the wire, but I cannot see the familiar cryptography classes. Are these going to be included in later releases of Silverlight 1.1? Is there something better I should be using instead? All hints appreciated. Jono&lt;/p&gt;</description></item></channel></rss>