<rss version="2.0">
  <channel>
    <title>MSDN Screencasts | By Presenter | Dominick Baier</title>
    <description></description>
    <language>en-gb</language>
    <link>http://www.microsoft.com/uk/msdn/screencasts/default.aspx</link>
    <pubDate>Wed, 25 Nov 2009 17:00:43 GMT</pubDate>
    <lastBuildDate>Wed, 25 Nov 2009 17:00:43 GMT</lastBuildDate>
    <generator>MSDN Event Service 1.0</generator>
    <ttl>1440</ttl>
    <item>
      <title>CardSpace Implementation Strategies</title>
      <description>In this video we take a look at some additional considerations that you might want to think about when using Windows CardSpace as an authentication mechanism.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/232/CardSpace-Implementation-Strategies.aspx</link>
      <guid isPermaLink="false">d9d3b3b4-0750-4f81-b666-80c0626b2ffc</guid>
      <pubDate>Fri, 22 Jun 2007 20:17:29 GMT</pubDate>
      <enclosure url="mms://mediadl.microsoft.com/mediadl/www/u/uk/MSDN/nuggets/WindowsCardSpaceImplementationStrategies.wmv" length="4485120" type="video/x-ms-wmv" />
    </item>
    <item>
      <title>Windows CardSpace and Certificates</title>
      <description>Windows CardSpace relies on public key cryptography so you are going to be setting up some certificates in order to get things working. In this video, we take a look at what you'll need and some of the details of the newer kinds of certificates involved.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/231/Windows-CardSpace-and-Certificates.aspx</link>
      <guid isPermaLink="false">581ca8ed-b381-4cd7-b700-23200e2e046b</guid>
      <pubDate>Fri, 22 Jun 2007 20:12:34 GMT</pubDate>
      <enclosure url="mms://mediadl.microsoft.com/mediadl/www/u/uk/MSDN/nuggets/WindowsCardSpaceandCertificates.wmv" length="7838720" type="video/x-ms-wmv" />
    </item>
    <item>
      <title>Using Windows CardSpace with WCF</title>
      <description>In this short session we'll take a look at how we can use CardSpace when working with services implemented with WCF.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/230/Using-Windows-CardSpace-with-WCF.aspx</link>
      <guid isPermaLink="false">0cdbb0ee-e6b1-4950-b282-2dbbcac56407</guid>
      <pubDate>Fri, 22 Jun 2007 19:37:56 GMT</pubDate>
      <enclosure url="mms://mediadl.microsoft.com/mediadl/www/u/uk/MSDN/nuggets/UsingWindowsCardSpacewithWCF.wmv" length="12807168" type="video/x-ms-wmv" />
    </item>
    <item>
      <title>Using CardSpace with ASP.NET</title>
      <description>Here we'll look at how you can use Windows CardSpace in order to authenticate users of your web site.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/224/Using-CardSpace-with-ASPNET.aspx</link>
      <guid isPermaLink="false">fb3f35f6-0cdf-4ff9-a02b-d9af289a71a0</guid>
      <pubDate>Fri, 22 Jun 2007 19:26:34 GMT</pubDate>
      <enclosure url="mms://mediadl.microsoft.com/mediadl/www/u/uk/MSDN/nuggets/UsingWindowsCardSpacewithASP.NET.wmv" length="5509120" type="video/x-ms-wmv" />
    </item>
    <item>
      <title>Client Certificates</title>
      <description>In this session we'll take a look at how we can use X509 certificates to authenticate clients to IIS-hosted web applications. We'll look at picking up details of the client certificate from .NET code and also how to set up certificates within IIS itself.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/29/Client-Certificates.aspx</link>
      <guid isPermaLink="false">b96c1160-e3d5-411d-be77-5f86e7722731</guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
      <enclosure url="mms://mediadl.microsoft.com/mediadl/www/u/uk/MSDN/nuggets/ClientCerts.wmv" length="13050880" type="video/x-ms-wmv" />
    </item>
    <item>
      <title>Impersonation</title>
      <description>
    &lt;div&gt;Windows is inherently multi-threaded, and it is possible that within a single process there are threads running in a security context that differs from that of the process itself. In this session we'll take a look at how to go about this process of impersonation and how to do that in ASP.NET, and we'll discuss some 'gotchas' around using impersonation.&lt;/div&gt;
  </description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/30/Impersonation.aspx</link>
      <guid isPermaLink="false">eb9d8e7a-1cf6-4359-908f-0505db28c308</guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
      <enclosure url="mms://mediadl.microsoft.com/mediadl/www/u/uk/MSDN/nuggets/Impersonation.wmv" length="12741632" type="video/x-ms-wmv" />
    </item>
    <item>
      <title>Protected Data</title>
      <description>In this session we look at using the Data Protection API (DPAPI) for protecting data stored on the machine, using information already stored in a secure way by the operating system. We'll also take a look at how to protect application configuration files using similar techniques.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/33/Protected-Data.aspx</link>
      <guid isPermaLink="false">2ac35f31-cd95-4ed8-86ae-89e25fc07eaf</guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
      <enclosure url="mms://mediadl.microsoft.com/mediadl/www/u/uk/MSDN/nuggets/ProtectedData.wmv" length="18607104" type="video/x-ms-wmv" />
    </item>
    <item>
      <title>Storing Passwords</title>
      <description>Storing passwords is dangerous and to be avoided unless you cannot find another mechanism. When you do have to store passwords, you'll benefit from this session, which walks through topics such as hashed password, salted hashes and iterated salted hashes using the .NET Framework.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/34/Storing-Passwords.aspx</link>
      <guid isPermaLink="false">b5d2a4ee-e6a4-4b1e-a034-d75f01e0384a</guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
      <enclosure url="mms://mediadl.microsoft.com/mediadl/www/u/uk/MSDN/nuggets/storingPasswords.wmv" length="12712960" type="video/x-ms-wmv" />
    </item>
  </channel>
</rss>