Поделиться через


ISecurityContextSecurityTokenCache.GetAllContexts(UniqueId) Метод

Определение

Получает коллекцию идентификаторов маркера безопасности контекста безопасности, соответствующих указанному идентификатору контекста.

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)

Параметры

contextId
UniqueId

Заданный идентификатор контекста безопасности.

Возвращаемое значение

Универсальная коллекция значений объектов класса SecurityContextSecurityToken.

Применяется к