Udostępnij za pośrednictwem


SecurityContextSecurityTokenResolver.GetAllContexts(UniqueId) Metoda

Definicja

Pobiera kolekcję identyfikatorów tokenów zabezpieczających kontekstu zabezpieczeń, które pasują do określonego identyfikatora kontekstu.

public:
 virtual 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>
override this.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

Określony identyfikator kontekstu zabezpieczeń.

Zwraca

Collection<SecurityContextSecurityToken>

Ogólna kolekcja tokenów kontekstu zabezpieczeń.

Implementuje

Dotyczy