<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cardspace.netfx3.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Windows CardSpace News and Announcements</title><subtitle type="html" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/atom.aspx</id><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/default.aspx" /><link rel="self" type="application/atom+xml" href="http://cardspace.netfx3.com/blogs/news_and_announcements/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2006-06-05T19:50:00Z</updated><entry><title>Information Card Deployment Guide Update</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/08/03/information-card-deployment-guide-update.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/08/03/information-card-deployment-guide-update.aspx</id><published>2007-08-03T07:33:00Z</published><updated>2007-08-03T07:33:00Z</updated><content type="html">&lt;IMG title="Sign in with your Information_Card" style="WIDTH:177px;HEIGHT:47px;" height=47 alt="Sign in with your Information_Card" hspace=7 src="http://self-issued.info/images/Sign_in_with_your_Information_Card.bmp" width=177 align=right&gt;An updated version of the Information Card Deployment Guide is now available. Among other improvements, it’s been updated to employ the &lt;A href="http://self-issued.info/?p=17"&gt;&lt;FONT color=#104893&gt;Information Card Icon&lt;/FONT&gt;&lt;/A&gt;. As &lt;A href="http://self-issued.info/?p=6"&gt;&lt;FONT color=#104893&gt;the original deployment guide announcement&lt;/FONT&gt;&lt;/A&gt; said: 
&lt;BLOCKQUOTE&gt;
&lt;P&gt;So you’ve decided to use Information Cards on your web site… Now what? I’m pleased to announce that we’ve just published a document giving step-by-step guidance to Web developers on what we believe are the best practices for doing this. The document walks Web site developers through two different deployment scenarios: sites exclusively using Information Cards for authentication, and mixed-mode sites allowing the use of either passwords or Information Cards. Examples are given for site sign-in, site sign-up, and handling lost Information Cards, including suggested confirmation text for each of these scenarios.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This link to the document &lt;A class="" title="Patterns for Supporting Information Cards at Web Sites: Personal Cards for Sign up and Signing In" href="http://go.microsoft.com/fwlink/?LinkId=98051"&gt;&lt;FONT color=#104893&gt;Patterns for Supporting Information Cards at Web Sites: Personal Cards for Sign up and Signing In&lt;/FONT&gt;&lt;/A&gt; references the current version and will be updated to point to any future revisions as well. The &lt;A href="http://self-issued.info/?p=20"&gt;&lt;FONT color=#104893&gt;Sample Information Card Site&lt;/FONT&gt;&lt;/A&gt; employs these guidelines and is built using the &lt;A href="http://self-issued.info/?p=18"&gt;&lt;FONT color=#104893&gt;Information Card Relying Party Resources&lt;/FONT&gt;&lt;/A&gt; announced earlier. Enjoy adding Information Card support to your web sites!&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=11760" width="1" height="1"&gt;</content><author><name>mbj</name><uri>http://cardspace.netfx3.com/members/mbj.aspx</uri></author></entry><entry><title>Information Card kits now available</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/06/30/information-card-kits-now-available.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/06/30/information-card-kits-now-available.aspx</id><published>2007-06-30T05:30:00Z</published><updated>2007-06-30T05:30:00Z</updated><content type="html">&lt;P&gt;We've released two kits to help add information card support&amp;nbsp;to websites.&amp;nbsp;They both implement the &lt;A class="" href="http://cardspace.netfx3.com/files/folders/pdf_documents/entry10245.aspx" target=_blank&gt;Patterns for Supporting Information Cards at Web Sites: Personal Cards for Sign up and Signing In&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The &lt;A class="" href="http://go.microsoft.com/fwlink/?LinkId=89182" target=_blank&gt;Information Card Kit for HTML&lt;/A&gt; is platform-independent JavaScript and CSS code that detects if the client can use Information Cards and provides the corresponding UI&amp;nbsp;support.&lt;/P&gt;
&lt;P&gt;The &lt;A class="" href="http://go.microsoft.com/fwlink/?LinkId=89183" target=_blank&gt;Information Card Kit for ASP.NET 2.0&lt;/A&gt;&amp;nbsp;has additonal .NET code to&amp;nbsp;process the token delivered to the server when a user selects a card.&lt;/P&gt;
&lt;P&gt;For&amp;nbsp;token processing&amp;nbsp;on other platforms you can refer to the following open source projects:&lt;/P&gt;
&lt;P&gt;Ruby on Rails Relying Party:&lt;BR&gt;&lt;A class="" href="http://rubyforge.org/projects/informationcard/" target=_blank&gt;&lt;FONT color=#104893&gt;http://rubyforge.org/projects/informationcard/&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A class="" href="http://www.codeplex.com/informationcardruby" target=_blank&gt;&lt;FONT color=#104893&gt;http://www.codeplex.com/informationcardruby&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Java Relying Party:&lt;BR&gt;&lt;A class="" href="http://sourceforge.net/projects/informationcard/" target=_blank&gt;&lt;FONT color=#104893&gt;http://sourceforge.net/projects/informationcard/&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A class="" href="http://www.codeplex.com/informationcardjava" target=_blank&gt;&lt;FONT color=#104893&gt;http://www.codeplex.com/informationcardjava&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Keep your eyes peeled for&amp;nbsp;similar open source projects for C and PHP. In the case of PHP you can take a look at how Kim Cameron &lt;A class="" href="http://www.identityblog.com/?p=571" target=_blank&gt;added information card support to his site&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=11280" width="1" height="1"&gt;</content><author><name>nigelwa</name><uri>http://cardspace.netfx3.com/members/nigelwa.aspx</uri></author><category term="CardSpace" scheme="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/tags/CardSpace/default.aspx" /><category term="Information Card Profile" scheme="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/tags/Information+Card+Profile/default.aspx" /></entry><entry><title>Information Card Icon</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/06/27/information-card-icon.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/06/27/information-card-icon.aspx</id><published>2007-06-27T22:35:00Z</published><updated>2007-06-27T22:35:00Z</updated><content type="html">&lt;P&gt;&amp;nbsp;We now have available an icon that everyone can use to indicate that their web site or application supports information cards.&lt;/P&gt;
&lt;P&gt;The idea is that the icon will become readily&amp;nbsp;recognized by users in the same way&amp;nbsp;that the RSS icon is. &lt;/P&gt;
&lt;P&gt;The icon can be found &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ce99e033-39a8-4bc5-9014-60ed0b560d0e&amp;amp;displaylang=en" target=_blank&gt;here&lt;/A&gt;, guidelines &lt;A class="" href="http://self-issued.info/infocard_icon/Information%20Card%20Icon%20Guidelines.pdf" target=_blank&gt;here&lt;/A&gt; and&amp;nbsp;an FAQ &lt;A class="" href="http://self-issued.info/infocard_icon/Information%20Card%20Icon%20Frequently%20Asked%20Questions.pdf" target=_blank&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;IMG title=infocard_114x80.png style="WIDTH:114px;HEIGHT:80px;" height=80 alt=infocard_114x80.png src="http://cardspace.netfx3.com/photos/storage/1004.73.11234.infocard_114x80.png" width=114 align=absBottom&gt;&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=11238" width="1" height="1"&gt;</content><author><name>nigelwa</name><uri>http://cardspace.netfx3.com/members/nigelwa.aspx</uri></author></entry><entry><title>Information Card Deployment Guide now live!</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/04/30/information-card-deployment-guide-now-live.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/04/30/information-card-deployment-guide-now-live.aspx</id><published>2007-04-30T19:24:00Z</published><updated>2007-04-30T19:24:00Z</updated><content type="html">&lt;FONT face="Times New Roman" size=3&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;So you’ve decided to use Information Cards on your web site...&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Now what?&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;I’m pleased to announce that we’ve just published a document giving step-by-step guidance to Web developers on what we believe are the best practices for doing this: &lt;A class="" title="Patterns for Supporting Information Cards at Web Sites: Personal Cards for Sign up and Signing In" href="http://go.microsoft.com/fwlink/?LinkID=96494&amp;amp;clcid=0x409"&gt;Patterns for Supporting Information Cards at Web Sites: Personal Cards for Sign up and Signing In&lt;/A&gt;.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;The document walks Web site developers through two different deployment scenarios:&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;sites exclusively using Information Cards for authentication, and mixed-mode sites allowing the use of either passwords or Information Cards.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Examples are given for site sign-in, site sign-up, and handling lost Information Cards, including suggested confirmation text for each of these scenarios.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;We all owe &lt;A class="" title="Bill Barnes" href="http://www.cardcarrying.info/"&gt;Bill Barnes&lt;/A&gt;, &lt;A class="" title="Garrett Serack" href="http://www.fearthecowboy.com/"&gt;Garrett Serack&lt;/A&gt;, and Keith Ballinger, as well as others behind the scenes, a big thank you for making this happen.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Enjoy!&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=10253" width="1" height="1"&gt;</content><author><name>mbj</name><uri>http://cardspace.netfx3.com/members/mbj.aspx</uri></author></entry><entry><title>Information Card Profile documents on Articles page</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/03/21/information-card-profile-documents-on-articles-page.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/03/21/information-card-profile-documents-on-articles-page.aspx</id><published>2007-03-21T07:09:00Z</published><updated>2007-03-21T07:09:00Z</updated><content type="html">&lt;P&gt;For those of you building Information Card software, these documents provide the information you need to interoperate with Microsoft's Windows CardSpace implementation of Information Cards, both at the protocol level, and the Information Card file format level.&amp;nbsp; See the Information Card Profile section of the &lt;A class="" title="Articles page" href="http://cardspace.netfx3.com/content/Articles.aspx"&gt;Articles page&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=9534" width="1" height="1"&gt;</content><author><name>mbj</name><uri>http://cardspace.netfx3.com/members/mbj.aspx</uri></author><category term="Information Card Profile" scheme="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/tags/Information+Card+Profile/default.aspx" /></entry><entry><title>One-Page Introduction to Windows CardSpace</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/02/20/one-page-introduction-to-windows-cardspace.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2007/02/20/one-page-introduction-to-windows-cardspace.aspx</id><published>2007-02-21T02:34:00Z</published><updated>2007-02-21T02:34:00Z</updated><content type="html">Now available by popular demand … Mike Jones has written&amp;nbsp;a &lt;A class="" href="http://cardspace.netfx3.com/files/folders/pdf_documents/entry8932.aspx"&gt;One-Page Introduction to Windows CardSpace&lt;/A&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=8968" width="1" height="1"&gt;</content><author><name>nigelwa</name><uri>http://cardspace.netfx3.com/members/nigelwa.aspx</uri></author></entry><entry><title>Third-party developer released CardSpace extension for FireFox</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/12/12/third-party-developer-released-cardspace-extension-for-firefox.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/12/12/third-party-developer-released-cardspace-extension-for-firefox.aspx</id><published>2006-12-12T22:51:00Z</published><updated>2006-12-12T22:51:00Z</updated><content type="html">&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Check out my post at &lt;A href="http://fearthecowboy.com/"&gt;&lt;FONT color=#800080&gt;http://fearthecowboy.com&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp; and the announcement at &lt;A href="http://perpetual-motion.com/kevin"&gt;&lt;FONT color=#800080&gt;http://perpetual-motion.com/kevin&lt;/FONT&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;The extension is at &lt;A href="http://perpetual-motion.com/"&gt;&lt;FONT color=#800080&gt;http://perpetual-motion.com&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;FONT color=#800080&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-COLLAPSE:collapse;mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in;" cellSpacing=0 cellPadding=0 class="MsoNormalTable"&gt;

&lt;TR style="mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes;"&gt;
&lt;TD class="" style="BACKGROUND-COLOR:transparent;"&gt;
&lt;P style="TEXT-ALIGN:center;" align=center&gt;&lt;SPAN style="FONT-SIZE:60pt;FONT-FAMILY:'Elephant','serif';"&gt;g&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-ALIGN:center;" align=center&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BACKGROUND-COLOR:transparent;"&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:8pt;COLOR:#999999;FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;BR&gt;&lt;BR&gt;Garrett Serack&amp;nbsp;|&amp;nbsp;Program Manager&amp;nbsp;|Federated Identity Team | Microsoft Corporation&lt;BR&gt;blog:&lt;A href="http://blogs.msdn.com/garretts"&gt;&lt;SPAN style="COLOR:#009933;"&gt;http://blogs.msdn.com/garretts&lt;/SPAN&gt;&lt;/A&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=7721" width="1" height="1"&gt;</content><author><name>garretts</name><uri>http://cardspace.netfx3.com/members/garretts.aspx</uri></author></entry><entry><title>.NET Framework 3.0 has been released! </title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/12/06/net-framework-3-0-has-been-released.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/12/06/net-framework-3-0-has-been-released.aspx</id><published>2006-12-06T18:27:00Z</published><updated>2006-12-06T18:27:00Z</updated><content type="html">&lt;P&gt;The .NET Framework 3.0 has officially been released!&amp;nbsp;&amp;nbsp;You can download the .NET Framework 3.0 components&amp;nbsp;here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&amp;amp;displaylang=en"&gt;.NET Framework 3.0 Runtime Components&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&amp;amp;displaylang=en"&gt;Windows SDK for Vista&amp;nbsp;and the .NET Framework 3.0&lt;/A&gt;&amp;nbsp; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=5D61409E-1FA3-48CF-8023-E8F38E709BA6&amp;amp;displaylang=en"&gt;Visual Studio 2005 Extensions for .NET Framework 3.0 (Windows Workflow Foundation)&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F54F5537-CC86-4BF5-AE44-F5A1E805680D&amp;amp;displaylang=en"&gt;Visual Studio 2005 Extensions for .NET Framework 3.0 (WCF &amp;amp; WPF), November 2006 CTP&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Note,&amp;nbsp;if you are using Windows Vista the .NET Framework 3.0 Runtime Components are installed by default.&lt;/P&gt;
&lt;P&gt;The Readme for the released version of the .NET Framework 3.0 is available &lt;A href="http://msdn.microsoft.com/windowsvista/support/relnotes/netfx3/default.aspx"&gt;here&lt;/A&gt;.&amp;nbsp;&amp;nbsp;If you have a previous CTP installed, please be sure to review the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=AAE7FC63-D405-4E13-909F-E85AA9E66146&amp;amp;displaylang=en"&gt;uninstall instructions&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;If you have questions about installing the .NET Framework 3.0, please post your questions to the &lt;A href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1020&amp;amp;SiteID=1"&gt;.NET Framework Setup Forum&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;PS.&amp;nbsp;You can find .NET&amp;nbsp;Framework 2.0 &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;amp;displaylang=en"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=7644" width="1" height="1"&gt;</content><author><name>nigelwa</name><uri>http://cardspace.netfx3.com/members/nigelwa.aspx</uri></author></entry><entry><title>.NET 3.0 Release Candidate has been released</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/09/05/5503.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/09/05/5503.aspx</id><published>2006-09-05T23:29:00Z</published><updated>2006-09-05T23:29:00Z</updated><content type="html">&lt;P&gt;The .NET 3.0 Framework Release Candidate 1 has been uh, released!&lt;/P&gt;
&lt;P&gt;I'll be posting a "New for CardSpace in RC1" document tomorrow, and in the next couple of days, I'll post the samples revised as well. Get it here: &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=19E21845-F5E3-4387-95FF-66788825C1AF&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=19E21845-F5E3-4387-95FF-66788825C1AF&amp;amp;displaylang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note: This is a pre-RTM release. Therefore, do not install these builds on machines you depend on. If you have a previous version of Avalon ("Windows Presentation Foundation"), Indigo ("Windows Communication Foundation"), or pre-released versions of .NET Framework 2.0 installed you must read &lt;/EM&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=AAE7FC63-D405-4E13-909F-E85AA9E66146&amp;amp;displaylang=en"&gt;&lt;EM&gt;this&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; before download. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE cellSpacing=0 cellPadding=0&gt;

&lt;TR&gt;
&lt;TD&gt;
&lt;P align=center&gt;&lt;SPAN&gt;g&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;BR&gt;Garrett Serack&amp;nbsp;|&amp;nbsp;Program Manager&amp;nbsp;|Federated Identity Team | Microsoft Corporation&lt;BR&gt;blog:&lt;A href="http://blogs.msdn.com/garretts"&gt;http://blogs.msdn.com/garretts&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=5503" width="1" height="1"&gt;</content><author><name>garretts</name><uri>http://cardspace.netfx3.com/members/garretts.aspx</uri></author><category term="CardSpace .NET3.0 RC1" scheme="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/tags/CardSpace+.NET3.0+RC1/default.aspx" /></entry><entry><title>Windows CardSpace July CTP Samples</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/08/21/Windows-CardSpace-July-CTP-Samples.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/08/21/Windows-CardSpace-July-CTP-Samples.aspx</id><published>2006-08-21T17:14:00Z</published><updated>2006-08-21T17:14:00Z</updated><content type="html">&lt;P&gt;There are now&amp;nbsp;6 samples for the July CTP of Windows CardSpace available:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;&amp;nbsp;Creating Managed Cards for Windows CardSpace&lt;BR&gt;&amp;nbsp;Managed Card Creation Activity&lt;BR&gt;&amp;nbsp;Introduction to CardSpace with Internet Explorer 7.0&lt;BR&gt;&amp;nbsp;Decrypting A Security Token&lt;BR&gt;&amp;nbsp;Simple STS Sample&lt;BR&gt;&amp;nbsp;Windows CardSpace and Web Services&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;Check them out under the Samples area.&lt;BR&gt;&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=5205" width="1" height="1"&gt;</content><author><name>garretts</name><uri>http://cardspace.netfx3.com/members/garretts.aspx</uri></author></entry><entry><title>July CTP arrives and Sandbox goes live!</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/07/17/July-CTP-arrives-and-Sandbox-goes-live_2100_.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/07/17/July-CTP-arrives-and-Sandbox-goes-live_2100_.aspx</id><published>2006-07-17T21:32:00Z</published><updated>2006-07-17T21:32:00Z</updated><content type="html">&lt;P&gt;The &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=62057A6F-185F-41DB-ABE5-678F6FC388F0&amp;amp;displaylang=en"&gt;.NET Framework 3.0 -&amp;nbsp;July 2006 CTP&lt;/A&gt;&amp;nbsp;has arrived. This is the build we've been waiting for! The issues&amp;nbsp;with the June CTP have been fixed and if you want to experiment with CardSpace there is no better build to install and play with: we're well on the way to RC1! Garrett and I will be publishing all&amp;nbsp;of our samples&amp;nbsp;targeting this release as soon as they've finished&amp;nbsp;going through our review process.&lt;/P&gt;
&lt;P&gt;Accompanying&amp;nbsp;the release of the July CTP, we&amp;nbsp;are happy to provide the &lt;A href="http://www.netfx3.com"&gt;www.netfx3.com&lt;/A&gt; sandbox, &lt;A href="http://sandbox.netfx3.com/"&gt;&lt;STRONG&gt;http://sandbox.netfx3.com/&lt;/STRONG&gt;&lt;/A&gt;. Telligent have extended Community Server 2.1&amp;nbsp;to include CardSpace support. You can&amp;nbsp;login using a username and password&amp;nbsp;or, if you have the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=62057A6F-185F-41DB-ABE5-678F6FC388F0&amp;amp;displaylang=en"&gt;July CTP&lt;/A&gt;&amp;nbsp;and &lt;A href="http://www.microsoft.com/windows/ie/downloads/default.mspx"&gt;IE7 Beta 3&lt;/A&gt; installed, you can&amp;nbsp;use information cards.&amp;nbsp; On the Sandbox site you can: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a user account either using a username and password or a self-issued Information Card 
&lt;LI&gt;Link one or more Information Cards with your user account 
&lt;LI&gt;Sign-in to the site using your username and password or an Windows CardSpace Information Card that you have linked with your account &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Please come and play in the Sandbox with Windows CardSpace!&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=4491" width="1" height="1"&gt;</content><author><name>nigelwa</name><uri>http://cardspace.netfx3.com/members/nigelwa.aspx</uri></author></entry><entry><title>June CTP Issues</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/07/09/June-CTP-Issues.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/07/09/June-CTP-Issues.aspx</id><published>2006-07-09T17:46:00Z</published><updated>2006-07-09T17:46:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Arial&gt;The JUNE CTP release of the .NET Frameworks 3.0 presents two known issues with CardSpace:&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;1.&amp;nbsp;There is a failure to validate some SSL certificates. This failure causes the CardSpace user interface to briefly flash and disappear[NW]&amp;nbsp; and the following message will be written to the application event log:&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT face=Arial&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;The description for Event ID ( 259 ) in Source ( Microsoft.InfoCards.Diagnostics 3.0.0.0 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The recipient certificate specified is not valid or trusted.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Inner Exception: The X.509 certificate CN=www.fabrikam.com, OU=Domain Control Validated, O=www.fabrikam.com is not in the trusted people store..&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;
&lt;P&gt;&lt;BR&gt;To work around this problem, the user needs to import the relying party certificate into the TRUSTED PEOPLE store.&amp;nbsp; Note: This bypasses the Certifying Authority and puts the responsibility on the user to determine the validity of the certificate. This should not be done on production systems.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;BR&gt;2.&amp;nbsp;There is a fault in the CardSpace service that causes it to improperly shut down when idle. Subsequent to this the CardSpace user interface no longer launches, and the service must be terminated using the task manager in order to allow the CardSpace user interface to properly function.&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=4126" width="1" height="1"&gt;</content><author><name>garretts</name><uri>http://cardspace.netfx3.com/members/garretts.aspx</uri></author><category term="JUNE CTP CARDSPACE" scheme="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/tags/JUNE+CTP+CARDSPACE/default.aspx" /></entry><entry><title>Welcome!</title><link rel="alternate" type="text/html" href="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/06/05/Welcome_2100_.aspx" /><id>http://cardspace.netfx3.com/blogs/news_and_announcements/archive/2006/06/05/Welcome_2100_.aspx</id><published>2006-06-05T23:50:00Z</published><updated>2006-06-05T23:50:00Z</updated><content type="html">&lt;P&gt;Welcome to the Windows CardSpace community website! Our goal is to make this site the best possible source of CardSpace information on the web. &lt;A href="http://msdn.microsoft.com/winfx/reference/infocard/default.aspx"&gt;MSDN&lt;/A&gt; is where you find formal product information, &lt;A href="http://channel9.msdn.com/tags/InfoCard"&gt;Channel 9&lt;/A&gt; is the place for cool media and &lt;A href="http://www.codeplex.com/"&gt;CodePlex&lt;/A&gt; has shared source code projects. &lt;A&gt;Here&lt;/A&gt; you can find and contribute to articles, samples, tutorials and guidance and we'll link to everything related to information cards that we think you'll find useful. We've created a new CardSpace forum on MSDN that is mirrored on the Forums tab; when we want to create a video we'll put it on Channel 9 and &lt;A href="http://wcs.netfx3.com/content/Videos.aspx"&gt;link to it&lt;/A&gt;. This will be the place where we put our &lt;A href="http://wcs.netfx3.com/files/default.aspx"&gt;samples&lt;/A&gt; and &lt;A href="http://wcs.netfx3.com/content/Tutorials.aspx"&gt;tutorials&lt;/A&gt;. And of course we'd love to have your &lt;A href="http://wcs.netfx3.com/blogs/feedback/contact.aspx"&gt;feedback&lt;/A&gt;&amp;nbsp;on the site and the product: what's good, what's not so good and what new things you'd love to see (if you don't want to just add them yourself!).&lt;/P&gt;
&lt;P&gt;Enjoy!&lt;/P&gt;
&lt;P&gt;- The&amp;nbsp;Windows CardSpace&amp;nbsp;team at Microsoft&lt;/P&gt;&lt;img src="http://cardspace.netfx3.com/aggbug.aspx?PostID=1041" width="1" height="1"&gt;</content><author><name>nigelwa</name><uri>http://cardspace.netfx3.com/members/nigelwa.aspx</uri></author><category term="CardSpace" scheme="http://cardspace.netfx3.com/blogs/news_and_announcements/archive/tags/CardSpace/default.aspx" /></entry></feed>