AdditionalContext.Items Eigenschap

Definitie

Hiermee haalt u de verzameling contextitems voor dit exemplaar op.

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)

Waarde van eigenschap

Een IList<T> van ContextItem objecten die context bieden voor de aanvraag (RST) als een verzameling naam-waardeparen. De standaardwaarde is een lege lijst.

Van toepassing op

Zie ook