This topic has not yet been rated - Rate this topic

ClaimsIdentity Class

Windows Identity Foundation


Implementation of a claims-based representation of a single user.


Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
  Dim instance As ClaimsIdentity
[SerializableAttribute] 
public class ClaimsIdentity : IClaimsIdentity, IIdentity, ISerializable
/** @attribute SerializableAttribute() */ 
public class ClaimsIdentity implements IClaimsIdentity, IIdentity, 
	ISerializable
SerializableAttribute 
public class ClaimsIdentity implements IClaimsIdentity, IIdentity, 
	ISerializable

The ClaimsIdentity class is a generic implementation of the IClaimsIdentity interface, which you can use directly, or derive from to implement your own representation of an identity in your claims-aware application. Windows® Identity Foundation (WIF) also exposes more specialized implementations IClaimsIdentity: the WindowsClaimsIdentity class represents a Windows user, and the RsaClaimsIdentity class represents a user authenticated using RSA SecurID authentication.


System.Object
  Microsoft.IdentityModel.Claims.ClaimsIdentity
     Microsoft.IdentityModel.Claims.RsaClaimsIdentity
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows 7, Windows Server 2008 R2, Windows Vista SP2, Windows Server 2008 SP2, Windows Server 2003 SP2 (32-bit or 64-bit)
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ