SessionSecurityTokenCache.RemoveAll 方法

定义

在派生类中实现时,尝试移除所有与指定标识符关联的词条。When implemented in a derived class, attempts to remove all of the entries associated with the specified identifiers.

重载

RemoveAll(String)

在派生类中实现时,尝试使用匹配终结点 ID 从缓存中移除所有词条。When implemented in a derived class, attempts to remove all entries with a matching endpoint ID from the cache.

RemoveAll(String, UniqueId)

在派生类中实现时,尝试从缓存中移除所有匹配词条。When implemented in a derived class, attempts to remove all matching entries from the cache.

RemoveAll(String)

在派生类中实现时,尝试使用匹配终结点 ID 从缓存中移除所有词条。When implemented in a derived class, attempts to remove all entries with a matching endpoint ID from the cache.

public:
 abstract void RemoveAll(System::String ^ endpointId);
public abstract void RemoveAll (string endpointId);
abstract member RemoveAll : string -> unit
Public MustOverride Sub RemoveAll (endpointId As String)

参数

endpointId
String

要为其移除条目的终点 ID。The endpoint ID for which to remove entries.

适用于

RemoveAll(String, UniqueId)

在派生类中实现时,尝试从缓存中移除所有匹配词条。When implemented in a derived class, attempts to remove all matching entries from the cache.

public:
 abstract void RemoveAll(System::String ^ endpointId, System::Xml::UniqueId ^ contextId);
public abstract void RemoveAll (string endpointId, System.Xml.UniqueId contextId);
abstract member RemoveAll : string * System.Xml.UniqueId -> unit
Public MustOverride Sub RemoveAll (endpointId As String, contextId As UniqueId)

参数

endpointId
String

要为其移除条目的终点 ID。The endpoint ID for which to remove entries.

contextId
UniqueId

要为其移除项的上下文。The context ID for which to remove entries.

适用于