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
public property ClaimType This required attribute provides the unique identifier (URI) of the individual claim returned in the security token
public property Description This optional element provides a description of the semantics for the claim returned in the security token.
public property DisplayTag This optional element provides a friendly name for the claim returned in the security token
public property DisplayValue This optional element provides one or more displayable values for the claim returned in the security token
public property Optional Gets or sets the optional attribute.

Top

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic CreateDisplayClaimFromClaimType Creates a display claim from a given claim type and sets default values for DisplayTag and Description properities.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

DisplayClaim Class
Microsoft.IdentityModel.Protocols.WSIdentity Namespace

Copyright © 2008 by Microsoft Corporation. All rights reserved.