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 のジェネリック型コレクション。

適用対象