This topic has not yet been rated - Rate this topic

System.IdentityModel.Claims Namespace

The System.IdentityModel.Claims namespace contains classes that implement the Windows Communication Foundation (WCF) claims-based identity authorization model. This model includes the Claim class and the ClaimSet class.

Beginning with .NET Framework 4.5 and the integration of Windows Identity Foundation (WIF) into the .NET Framework, the WCF claims-based identity model has been superseded by WIF. WIF provides a claims-based identity object model that can be used to provide authentication and authorization across several Microsoft product stacks, including the CLR, WCF, and ASP.NET. The WIF classes that represent claims, claim types, and identities and principals that are based on claims are contained in the System.Security.Claims namespace. Beginning with .NET 4.5, these classes should be used instead of those in the System.IdentityModel.Claims namespace.

  ClassDescription
Public classClaimRepresents a claim that is associated with an entity.
Public classClaimSetRepresents the collection of claims that are associated with an entity.
Public classClaimTypesRepresents the pre-defined types of claims that an entity can claim. This class cannot be inherited.
Public classDefaultClaimSetProvides a default implementation of the ClaimSet class.
Public classRightsDefines the pre-defined types of rights that can be associated with a Claim object.
Public classWindowsClaimSetRepresents a collection of Windows claims that are associated with an entity.
Public classX509CertificateClaimSetRepresents a collection of claims extracted from an X.509 certificate that are associated with an entity.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.