ClaimsIdentity (Miembros)
Implementation of a claims-based representation of a single user.
En las tablas siguientes se enumeran los miembros expuestos por el tipo ClaimsIdentity.
Público Constructores
(vea también Protegido Constructores)
Nombre | Descripción | |
---|---|---|
ClaimsIdentity | Sobrecargado. |
Arriba
Protegido Constructores
Nombre | Descripción | |
---|---|---|
ClaimsIdentity | Sobrecargado. |
Arriba
Público Campos
Nombre | Descripción | |
---|---|---|
![]() ![]() |
DefaultIssuer | Gets the default value for the claim issuer if none is specified. |
![]() ![]() |
DefaultNameClaimType | The default name claim type. |
Arriba
Público Propiedades
Nombre | Descripción | |
---|---|---|
![]() |
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. |
Arriba
Público Métodos
(vea también Protegido Métodos)
Nombre | Descripción | |
---|---|---|
![]() |
Copy | Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object. |
![]() |
Equals | Sobrecargado. (Se hereda de Object) |
![]() ![]() |
GetClaimsFromCertificate | Returns a collection of claims from an X509 certificate. |
![]() |
GetHashCode | (Se hereda de Object) |
![]() |
GetType | (Se hereda de Object) |
![]() ![]() |
ReferenceEquals | (Se hereda de Object) |
![]() |
ToString | Invalidado. Returns a string representation of the T:Microsoft.IdentityModel.Claims.ClaimsIdentity object. |
Arriba
Protegido Métodos
Nombre | Descripción | |
---|---|---|
![]() |
Finalize | (Se hereda de Object) |
![]() |
GetObjectData | Populates the specified T:System.Runtime.Serialization.SerializationInfo with the serialization data for the WindowsClaimsIdentity |
![]() |
MemberwiseClone | (Se hereda de Object) |
Arriba
Implementaciones de interfaz explícitas
Nombre | Descripción | |
---|---|---|
System.Runtime.Serialization.ISerializable.GetObjectData |
Arriba
Vea también
Referencia
ClaimsIdentity (Clase)
Microsoft.IdentityModel.Claims (Espacio de nombres)
Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.