Membres ClaimsPrincipal
Provides methods that retrieve information about the current caller.
Les tableaux suivants répertorient les membres exposés par le type ClaimsPrincipal.
Public Constructeurs
Nom | Description | |
---|---|---|
ClaimsPrincipal | Surchargé. |
Haut
Public Propriétés
Nom | Description | |
---|---|---|
AnonymousPrincipal | Gets a IClaimsPrincipal with a ClaimsIdentity that contains zero claims. | |
Identities | Gets the ClaimsIdentityCollection associated with this principal. | |
Identity | Gets the IIdentity of the current principal. |
Haut
Public Méthodes
(voir également Protégé Méthodes)
Nom | Description | |
---|---|---|
Copy | Returns a new T:Microsoft.IdentityModel.Claims.ClaimsPrincipal object copied from this object | |
CreateFromHttpContext | Surchargé. | |
CreateFromIdentities | Surchargé. | |
CreateFromIdentity | Surchargé. | |
CreateFromPrincipal | Surchargé. | |
Equals | Surchargé. (hérité de Object) | |
GetHashCode | (hérité de Object) | |
GetType | (hérité de Object) | |
IsInRole | This class interprets IsInRole as the reflection of whether this principal possesses a claim specified by a configured list. The claim value has no bearing on the result. | |
ReferenceEquals | (hérité de Object) | |
SelectPrimaryIdentity | This method iterates through the collection of ClaimsIdentities and determines which identity must be used as the primary one. | |
ToString | (hérité de Object) |
Haut
Protégé Méthodes
Nom | Description | |
---|---|---|
Finalize | (hérité de Object) | |
MemberwiseClone | (hérité de Object) |
Haut
Voir aussi
Référence
Classe ClaimsPrincipal
Espace de noms Microsoft.IdentityModel.Claims
Copyright © 2008 Microsoft Corporation.Tous droits réservés.