AdditionalContext.Items Egenskap

Definition

Hämtar samlingen med kontextobjekt för den här instansen.

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)

Egenskapsvärde

En IList<T> av ContextItem objekt som tillhandahåller kontext för begäran (RST) som en samling namn/värde-par. Standardvärdet är en tom lista.

Gäller för

Se även