Compartir a través de


SecurityTokenCache (Miembros)

Defines a simple abstract interface to a cache of security tokens.

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

Protegido Constructores

  Nombre Descripción
  SecurityTokenCache  

Arriba

Público Propiedades

  Nombre Descripción
public property Owner Sets the SecurityTokenHandler that owns the cache.

Arriba

Público Métodos

(vea también Protegido Métodos)

  Nombre Descripción
public method ClearEntries Clears the entries in the cache.
public method Equals  Sobrecargado. (Se hereda de Object)
public method GetHashCode  (Se hereda de Object)
public method GetType  (Se hereda de Object)
public methodstatic ReferenceEquals  (Se hereda de Object)
public method ToString  (Se hereda de Object)
public method TryAddEntry Attempts to add an entry to the cache.
public method TryGetAllEntries Attempts to retrieve all entries from the cache.
public method TryGetEntry Attempts to retrieve an entry from the cache.
public method TryRemoveAllEntries Attempts to remove all matching entries from cache.
public method TryRemoveEntry Attempts to remove an entry from the cache.
public method TryReplaceEntry Attempts to replace an existing entry in the cache with a new one.

Arriba

Protegido Métodos

  Nombre Descripción
protected method Finalize  (Se hereda de Object)
protected method MemberwiseClone  (Se hereda de Object)

Arriba

Vea también

Referencia

SecurityTokenCache (Clase)
Microsoft.IdentityModel.Tokens (Espacio de nombres)

Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.