다음을 통해 공유


SecurityContextSecurityTokenResolver.GetAllContexts(UniqueId) 메서드

정의

지정된 컨텍스트 ID와 일치하는 보안 컨텍스트 보안 토큰 ID의 컬렉션을 가져옵니다.

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)

매개 변수

contextId
UniqueId

지정된 보안 컨텍스트 ID입니다.

반환

보안 컨텍스트 토큰의 제네릭 컬렉션입니다.

구현

적용 대상