Freigeben über


SecurityTokenCache Members

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

In den folgenden Tabellen sind die Mitglieder aufgeführt, die durch den Typ SecurityTokenCache eingeblendet werden:

Geschützt Konstruktoren

  Name Beschreibung
  SecurityTokenCache  

Seitenanfang

Öffentlich Eigenschaften

  Name Beschreibung
public property Owner Sets the SecurityTokenHandler that owns the cache.

Seitenanfang

Öffentlich Methoden

(siehe auch Geschützt Methoden)

  Name Beschreibung
public method ClearEntries Clears the entries in the cache.
public method Equals  Überladen. (Geerbt von Object)
public method GetHashCode  (Geerbt von Object)
public method GetType  (Geerbt von Object)
public methodstatic ReferenceEquals  (Geerbt von Object)
public method ToString  (Geerbt von 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.

Seitenanfang

Geschützt Methoden

  Name Beschreibung
protected method Finalize  (Geerbt von Object)
protected method MemberwiseClone  (Geerbt von Object)

Seitenanfang

Siehe auch

Referenz

SecurityTokenCache Class
Microsoft.IdentityModel.Tokens Namespace

Copyright © 2008 by Microsoft Corporation. Alle Rechte vorbehalten.