SecurityMessageProperty.IncomingSupportingTokens Egenskap

Definition

Hämtar eller anger en samling inkommande stödtoken.

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Security::SupportingTokenSpecification ^> ^ IncomingSupportingTokens { System::Collections::ObjectModel::Collection<System::ServiceModel::Security::SupportingTokenSpecification ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Security.SupportingTokenSpecification> IncomingSupportingTokens { get; }
member this.IncomingSupportingTokens : System.Collections.ObjectModel.Collection<System.ServiceModel.Security.SupportingTokenSpecification>
Public ReadOnly Property IncomingSupportingTokens As Collection(Of SupportingTokenSpecification)

Egenskapsvärde

En Collection<T> av typen SupportingTokenSpecification.

Kommentarer

Stödtoken ger ytterligare anspråk utöver de som finns i huvudtoken för bindningen. Stödtoken kan begränsas till ett annat omfång än bindningen.

Gäller för