Compartir a través de


RsaClaimsIdentity (Miembros)

A representing authentication using a PKI key pair.

En las tablas siguientes se enumeran los miembros expuestos por el tipo RsaClaimsIdentity.

Público Constructores

(vea también Protegido Constructores)

  Nombre Descripción
  RsaClaimsIdentity Sobrecargado.  

Arriba

Protegido Constructores

  Nombre Descripción
  RsaClaimsIdentity Sobrecargado.  

Arriba

Público Campos

  Nombre Descripción
public field static DefaultIssuer  Gets the default value for the claim issuer if none is specified. (Se hereda de ClaimsIdentity)
public field static DefaultNameClaimType  The default name claim type. (Se hereda de ClaimsIdentity)

Arriba

Público Propiedades

  Nombre Descripción
public property Actor  T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. (Se hereda de ClaimsIdentity)
public property static AnonymousIdentity  Returns a ClaimsIdentity with zero claims. (Se hereda de ClaimsIdentity)
public property AuthenticationType  Gets the type of authentication used.  (Se hereda de ClaimsIdentity)
public property BootstrapToken  Gets or sets the token that was originally used to create this identity. (Se hereda de ClaimsIdentity)
public property Claims  Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity. (Se hereda de ClaimsIdentity)
public property IsAuthenticated  Gets a value that indicates whether the user has been authenticated. (Se hereda de ClaimsIdentity)
public property Label  A string label for the user who is represented by this IClaimsIdentity. (Se hereda de ClaimsIdentity)
public property Name  Gets the name of the current user. (Se hereda de ClaimsIdentity)
public property NameClaimType  Provides access to the name of the claim type used to determine IIdentity.Name. (Se hereda de ClaimsIdentity)
public property RoleClaimType  Claim type used for IPrincipal.IsInRole. (Se hereda de ClaimsIdentity)

Arriba

Público Métodos

(vea también Protegido Métodos)

  Nombre Descripción
public method Copy  Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object. (Se hereda de ClaimsIdentity)
public method Equals  Sobrecargado. (Se hereda de Object)
public methodstatic GetClaimsFromCertificate  (Se hereda de ClaimsIdentity)
public method GetHashCode  (Se hereda de Object)
public method GetType  (Se hereda de Object)
public methodstatic ReferenceEquals  (Se hereda de Object)
public method ToString  Returns a string representation of the T:Microsoft.IdentityModel.Claims.ClaimsIdentity object. (Se hereda de ClaimsIdentity)

Arriba

Protegido Métodos

  Nombre Descripción
protected method Finalize  (Se hereda de Object)
protected method GetObjectData Invalidado. Populates the specified T:System.Runtime.Serialization.SerializationInfo with the serialization data for the WindowsClaimsIdentity.
protected method MemberwiseClone  (Se hereda de Object)

Arriba

Implementaciones de interfaz explícitas

  Nombre Descripción
  System.Runtime.Serialization.ISerializable.GetObjectData  (Se hereda de ClaimsIdentity)

Arriba

Vea también

Referencia

RsaClaimsIdentity (Clase)
Microsoft.IdentityModel.Claims (Espacio de nombres)

Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.