MruSecurityTokenCache 成员

An MRU cache (Most Recently Used).

下表列出了 MruSecurityTokenCache 类型公开的成员。

Public 构造函数

  名称 说明
  MruSecurityTokenCache 已重载。  

页首

Public 字段

  名称 说明
public field static DefaultTokenCacheSize  

页首

Public 属性

  名称 说明
public property MaximumSize Gets the maximum size of the cache.
public property Owner  Sets the SecurityTokenHandler that owns the cache. (从 SecurityTokenCache 继承)

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
public method ClearEntries 重写。 Clears the contents of 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 重写。 Adds an entry to the cache and returns a value that indicates if the operation was successful.
public method TryGetAllEntries 重写。 Returns all the entries that match the given key.
public method TryGetEntry 重写。 Returns a value that indicates if the specified key exists in the cache. Also if it exists, marks it as MRU.
public method TryRemoveAllEntries 重写。 Deletes matching cache entries from the MruCache and returns a value that indicates whether any entry was deleted.
public method TryRemoveEntry 重写。 Deletes the specified cache entry from the MruCache and returns a value that indicates whether the entry was deleted.
public method TryReplaceEntry 重写。 Attempts to replace an existing entry in the cache with a new one.

页首

Protected 方法

  名称 说明
protected method Finalize  (从 Object 继承)
protected method MemberwiseClone  (从 Object 继承)

页首

请参见

参考

MruSecurityTokenCache 类
Microsoft.IdentityModel 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。