DisplayClaim 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.]
This class represents the displayable claim object. Usually, the display tag and the description are localized. And claimType identifies different claim types. The display value is the string representation of the claim.Resource.
The following tables list the members exposed by the DisplayClaim type.
Public Constructors
Name | Description | |
---|---|---|
DisplayClaim | Overloaded. Initializes a new instance of the DisplayClaim class. |
Top
Public Properties
Name | Description | |
---|---|---|
ClaimType | This required attribute provides the unique identifier (URI) of the individual claim returned in the security token | |
Description | This optional element provides a description of the semantics for the claim returned in the security token. | |
DisplayTag | This optional element provides a friendly name for the claim returned in the security token | |
DisplayValue | This optional element provides one or more displayable values for the claim returned in the security token | |
Optional | Gets or sets the optional attribute. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CreateDisplayClaimFromClaimType | Creates a display claim from a given claim type and sets default values for DisplayTag and Description properities. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
DisplayClaim Class
Microsoft.IdentityModel.Protocols.WSIdentity Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.