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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.