Defines a simple abstract interface to a cache of security tokens.
В следующей таблице перечислены члены, предоставляемые типом SecurityTokenCache.
Защищенный Конструкторы
Имя | Описание | |
---|---|---|
SecurityTokenCache |
Открытый Свойства
Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
ClearEntries | Clears the entries in the cache. | |
Equals | Перегружено. (унаследовано от Object) | |
GetHashCode | (унаследовано от Object) | |
GetType | (унаследовано от Object) | |
ReferenceEquals | (унаследовано от Object) | |
ToString | (унаследовано от Object) | |
TryAddEntry | Attempts to add an entry to the cache. | |
TryGetAllEntries | Attempts to retrieve all entries from the cache. | |
TryGetEntry | Attempts to retrieve an entry from the cache. | |
TryRemoveAllEntries | Attempts to remove all matching entries from cache. | |
TryRemoveEntry | Attempts to remove an entry from the cache. | |
TryReplaceEntry | Attempts to replace an existing entry in the cache with a new one. |
Защищенный Методы
Имя | Описание | |
---|---|---|
Finalize | (унаследовано от Object) | |
MemberwiseClone | (унаследовано от Object) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.