ISecurityContextSecurityTokenCache.GetAllContexts(UniqueId) 方法

定义

获取与指定的上下文 ID 匹配的安全上下文安全令牌 ID 的集合。

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

指定的安全上下文 ID。

返回

SecurityContextSecurityToken 的泛型集合。

适用于