Identity in .NET 4.5–Part 1: Status Quo (Beta 1)
- by Your DisplayName here!
.NET 4.5 is a big release for claims-based identity. WIF becomes part of the base
class library and structural classes like Claim, ClaimsPrincipal and ClaimsIdentity even
go straight into mscorlib. You will be able to access all WIF functionality now from
prominent namespaces like ‘System.Security.Claims’ and ‘System.IdentityModel’ (yay!).
But it…