Sdílet prostřednictvím


ISecurityContextSecurityTokenCache.GetAllContexts(UniqueId) Metoda

Definice

Získá kolekci ID tokenů zabezpečení kontextu, které odpovídají zadanému ID kontextu.

public:
 System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityContextSecurityToken ^> ^ GetAllContexts(System::Xml::UniqueId ^ contextId);
public System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityContextSecurityToken> GetAllContexts (System.Xml.UniqueId contextId);
abstract member GetAllContexts : System.Xml.UniqueId -> System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityContextSecurityToken>
Public Function GetAllContexts (contextId As UniqueId) As Collection(Of SecurityContextSecurityToken)

Parametry

contextId
UniqueId

Zadané ID kontextu zabezpečení.

Návraty

Obecná kolekce s SecurityContextSecurityToken.

Platí pro