SessionSecurityTokenCache.GetAll(String, UniqueId) Method

Definition

When overridden in a derived class, retrieves all of the tokens associated with a key.

public:
 abstract System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SessionSecurityToken ^> ^ GetAll(System::String ^ endpointId, System::Xml::UniqueId ^ contextId);
public abstract System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SessionSecurityToken> GetAll (string endpointId, System.Xml.UniqueId contextId);
abstract member GetAll : string * System.Xml.UniqueId -> seq<System.IdentityModel.Tokens.SessionSecurityToken>
Public MustOverride Function GetAll (endpointId As String, contextId As UniqueId) As IEnumerable(Of SessionSecurityToken)

Parameters

endpointId
String

The endpoint ID to search for.

contextId
UniqueId

The context ID to search for.

Returns

The collection of session tokens associated with the key.

Applies to