Defines the data and behavior of a single claim for a user.

The following tables list the members exposed by the Claim type.

Public Constructors

  Name Description
Claim Overloaded.  
Top

Public Properties

  Name Description
public property ClaimType Gets the Type of the current Claim.
public property Issuer Gets the Issuer of the claim.
public property OriginalIssuer Gets the original issuer of the claim.
public property Properties Gets the collection of Properties that are name-value pairs.
public property Subject Gets the Subject of the Claim.
public property Value Gets the Value of the Claim.
public property ValueType Gets the ValueType of the Claim.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Copy Returns a new Claim object copied from this object. The subject of the new claim object is set to null.
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method SetSubject Sets the new subject for the Claim.
public method ToString Overridden. Returns a string representation of the claim object. The string that is returned contains the values of the ClaimType and Value properties.
Top

Protected Methods

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

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.