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
Public
Properties
Name | Description | |
---|---|---|
![]() |
ClaimType | Gets the Type of the current Claim. |
![]() |
Issuer | Gets the Issuer of the claim. |
![]() |
OriginalIssuer | Gets the original issuer of the claim. |
![]() |
Properties | Gets the collection of Properties that are name-value pairs. |
![]() |
Subject | Gets the Subject of the Claim. |
![]() |
Value | Gets the Value of the Claim. |
![]() |
ValueType | Gets the ValueType of the Claim. |
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Copy | Returns a new Claim object copied from this object. The subject of the new claim object is set to null. |
![]() |
Equals | Overloaded. (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() ![]() |
ReferenceEquals | (Inherited from Object) |
![]() |
SetSubject | Sets the new subject for the Claim. |
![]() |
ToString | Overridden. Returns a string representation of the claim object. The string that is returned contains the values of the ClaimType and Value properties. |
Protected
Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.