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

В следующей таблице перечислены члены, предоставляемые типом SecurityTokenCache.

Защищенный Конструкторы

  Имя Описание
SecurityTokenCache  
Вверх

Открытый Свойства

  Имя Описание
public property Owner Sets the SecurityTokenHandler that owns the cache.
Вверх

Открытый Методы (см. также Защищенный Методы)

  Имя Описание
public method ClearEntries Clears the entries in the cache.
public method Equals  Перегружено. (унаследовано от Object)
public method GetHashCode  (унаследовано от Object)
public method GetType  (унаследовано от Object)
public methodstatic ReferenceEquals  (унаследовано от Object)
public method ToString  (унаследовано от 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.
Вверх

Защищенный Методы

  Имя Описание
protected method Finalize  (унаследовано от Object)
protected method MemberwiseClone  (унаследовано от Object)
Вверх

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.