Membres ClaimsIdentity
Implementation of a claims-based representation of a single user.
Les tableaux suivants répertorient les membres exposés par le type ClaimsIdentity.
Public Constructeurs
(voir également Protégé Constructeurs)
Nom | Description | |
---|---|---|
ClaimsIdentity | Surchargé. |
Haut
Protégé Constructeurs
Nom | Description | |
---|---|---|
ClaimsIdentity | Surchargé. |
Haut
Public Champs
Nom | Description | |
---|---|---|
DefaultIssuer | Gets the default value for the claim issuer if none is specified. | |
DefaultNameClaimType | The default name claim type. |
Haut
Public Propriétés
Nom | Description | |
---|---|---|
Actor | T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. | |
AnonymousIdentity | Returns a ClaimsIdentity with zero claims. | |
AuthenticationType | Gets the type of authentication used. | |
BootstrapToken | Gets or sets the token that was originally used to create this identity. | |
Claims | Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity. | |
IsAuthenticated | Gets a value that indicates whether the user has been authenticated. | |
Label | A string label for the user who is represented by this IClaimsIdentity. | |
Name | Gets the name of the current user. | |
NameClaimType | Provides access to the name of the claim type used to determine IIdentity.Name. | |
RoleClaimType | Claim type used for IPrincipal.IsInRole. |
Haut
Public Méthodes
(voir également Protégé Méthodes)
Nom | Description | |
---|---|---|
Copy | Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object. | |
Equals | Surchargé. (hérité de Object) | |
GetClaimsFromCertificate | Returns a collection of claims from an X509 certificate. | |
GetHashCode | (hérité de Object) | |
GetType | (hérité de Object) | |
ReferenceEquals | (hérité de Object) | |
ToString | Remplacé. Returns a string representation of the T:Microsoft.IdentityModel.Claims.ClaimsIdentity object. |
Haut
Protégé Méthodes
Nom | Description | |
---|---|---|
Finalize | (hérité de Object) | |
GetObjectData | Populates the specified T:System.Runtime.Serialization.SerializationInfo with the serialization data for the WindowsClaimsIdentity | |
MemberwiseClone | (hérité de Object) |
Haut
Implémentation d'interface explicite
Nom | Description | |
---|---|---|
System.Runtime.Serialization.ISerializable.GetObjectData |
Haut
Voir aussi
Référence
Classe ClaimsIdentity
Espace de noms Microsoft.IdentityModel.Claims
Copyright © 2008 Microsoft Corporation.Tous droits réservés.