Membres Claim
Defines the data and behavior of a single claim for a user.
Les tableaux suivants répertorient les membres exposés par le type Claim.
Public Constructeurs
Nom | Description | |
---|---|---|
Claim | Surchargé. |
Haut
Public Propriétés
Nom | 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. |
Haut
Public Méthodes
(voir également Protégé Méthodes)
Nom | Description | |
---|---|---|
Copy | Returns a new Claim object copied from this object. The subject of the new claim object is set to null. | |
Equals | Surchargé. (hérité de Object) | |
GetHashCode | (hérité de Object) | |
GetType | (hérité de Object) | |
ReferenceEquals | (hérité de Object) | |
SetSubject | Sets the new subject for the Claim. | |
ToString | Remplacé. Returns a string representation of the claim object. The string that is returned contains the values of the ClaimType and Value properties. |
Haut
Protégé Méthodes
Nom | Description | |
---|---|---|
Finalize | (hérité de Object) | |
MemberwiseClone | (hérité de Object) |
Haut
Voir aussi
Référence
Classe Claim
Espace de noms Microsoft.IdentityModel.Claims
Copyright © 2008 Microsoft Corporation.Tous droits réservés.