Freigeben über


AdditionalContext.Items Eigenschaft

Definition

Ruft die Auflistung 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

Eine IList<T> von ContextItem-Objekten, die Kontext für die Anforderung (RST) als Sammlung von Name-Wert-Paaren bereitstellen. Der Standardwert ist eine leere Liste.

Gilt für:

Weitere Informationen