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)

属性值

IList<T> 对象的 ContextItem 为请求 (RST) 提供上下文作为名称值对的集合。 默认为空列表。

适用于

另请参阅