SessionSecurityTokenCache.GetAll(String, UniqueId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.