IClaimsIdentity Members
[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]
Defines the data and behavior of a claims-based representation of a single user.
The following tables list the members exposed by the IClaimsIdentity type.
Public Properties
Name | Description | |
---|---|---|
Actor | Gets or sets the calling party that was granted delegation rights. | |
BootstrapToken | Gets or sets the security token that this identity was originally created from. | |
Claims | Gets the set of claims associated with this identity. | |
Label | Gets or sets a label for the subject represented by this IClaimsIdentity. | |
NameClaimType | Gets or sets the claim type to be used for the Name property. | |
RoleClaimType | Gets or sets the claim type used for the IsInRole method. |
Top
Public Methods
Name | Description | |
---|---|---|
Copy | Returns a new IClaimsIdentity object copied from this object. |
Top
See Also
Reference
IClaimsIdentity Interface
Microsoft.IdentityModel.Claims Namespace
Other Resources
Integration with IIdentity and IPrincipal
Copyright © 2008 by Microsoft Corporation. All rights reserved.