SessionSecurityTokenCache.RemoveAll 方法

定义

在派生类中实现时,尝试移除所有与指定标识符关联的词条。

重载

RemoveAll(String)

在派生类中实现时,尝试使用匹配终结点 ID 从缓存中移除所有词条。

RemoveAll(String, UniqueId)

在派生类中实现时,尝试从缓存中移除所有匹配词条。

RemoveAll(String)

在派生类中实现时,尝试使用匹配终结点 ID 从缓存中移除所有词条。

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。

适用于

RemoveAll(String, UniqueId)

在派生类中实现时,尝试从缓存中移除所有匹配词条。

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。

contextId
UniqueId

要为其移除项的上下文。

适用于