Partager via


Membres MruSecurityTokenCache

An MRU cache (Most Recently Used).

Les tableaux suivants répertorient les membres exposés par le type MruSecurityTokenCache.

Public Constructeurs

  Nom Description
  MruSecurityTokenCache Surchargé.  

Haut

Public Champs

  Nom Description
public field static DefaultTokenCacheSize  

Haut

Public Propriétés

  Nom Description
public property MaximumSize Gets the maximum size of the cache.
public property Owner  Sets the SecurityTokenHandler that owns the cache. (hérité de SecurityTokenCache)

Haut

Public Méthodes

(voir également Protégé Méthodes)

  Nom Description
public method ClearEntries Remplacé. Clears the contents of the cache.
public method Equals  Surchargé. (hérité de Object)
public method GetHashCode  (hérité de Object)
public method GetType  (hérité de Object)
public methodstatic ReferenceEquals  (hérité de Object)
public method ToString  (hérité de Object)
public method TryAddEntry Remplacé. Adds an entry to the cache and returns a value that indicates if the operation was successful.
public method TryGetAllEntries Remplacé. Returns all the entries that match the given key.
public method TryGetEntry Remplacé. Returns a value that indicates if the specified key exists in the cache. Also if it exists, marks it as MRU.
public method TryRemoveAllEntries Remplacé. Deletes matching cache entries from the MruCache and returns a value that indicates whether any entry was deleted.
public method TryRemoveEntry Remplacé. Deletes the specified cache entry from the MruCache and returns a value that indicates whether the entry was deleted.
public method TryReplaceEntry Remplacé. Attempts to replace an existing entry in the cache with a new one.

Haut

Protégé Méthodes

  Nom Description
protected method Finalize  (hérité de Object)
protected method MemberwiseClone  (hérité de Object)

Haut

Voir aussi

Référence

Classe MruSecurityTokenCache
Espace de noms Microsoft.IdentityModel

Copyright © 2008 Microsoft Corporation.Tous droits réservés.