AdditionalContext.Items Eigenschaft

Definition

Ruft die Sammlung von Kontextelementen für diese Instanz ab.

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)

Eigenschaftswert

Ein IList<T> Objekt, ContextItem das Kontext für die Anforderung (RST) als Auflistung von Name-Wert-Paaren bereitstellt. Der Standardwert ist eine leere Liste.

Gilt für:

Weitere Informationen