AdditionalContext.Items 속성

정의

이 인스턴스에 대한 컨텍스트 항목의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::IdentityModel::Protocols::WSTrust::ContextItem ^> ^ Items { System::Collections::Generic::IList<System::IdentityModel::Protocols::WSTrust::ContextItem ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Protocols.WSTrust.ContextItem> Items { get; }
member this.Items : System.Collections.Generic.IList<System.IdentityModel.Protocols.WSTrust.ContextItem>
Public ReadOnly Property Items As IList(Of ContextItem)

속성 값

요청(RST)에 대한 컨텍스트를 이름-값 쌍의 컬렉션으로 제공하는 IList<T> 개체의 ContextItem입니다. 기본값은 빈 목록입니다.

적용 대상

추가 정보