Dot.NET Passport Authentication


The Passport SDK version 1.4.  
Passport authentication is now integrated with ASP.NET.  
2 part cookie based user information storage (Generic Passport vs. Site-specific Passport Cookies).  
Wraps all of the cookie management into simple methods off of the System.Web.Security.PassportIdentity class.  
       - IsAuthenticated  
       - Redirection  
       - GetAttribute  
       - SignOut  
Simplifies user state management.  
Passport is responsible for storing a majority of the user information (Passport Attributes).  
Quick and easy access to all of Passport's current and future features (MyWallet, ExpressPurchase, etc.).  
The Passport PREP Environment vs. Production Passport Authentication.  
Passport Authentication Demo Page.  
Microsoft's Official Passport Demo Site.