SecurityTokenCache 成员

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

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

Protected 构造函数

  名称 说明
  SecurityTokenCache  

页首

Public 属性

  名称 说明
public property Owner Sets the SecurityTokenHandler that owns the cache.

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
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 方法

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

页首

请参见

参考

SecurityTokenCache 类
Microsoft.IdentityModel.Tokens 命名空间

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