SecurityMessageProperty.IncomingSupportingTokens Vlastnost

Definice

Získá nebo nastaví kolekci příchozích podpůrných tokenů.

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)

Hodnota vlastnosti

A Collection<T> typu SupportingTokenSpecification.

Poznámky

Podpůrné tokeny poskytují další deklarace identity nad rámec těch, které jsou obsažené v hlavních tokenech pro vazbu. Podpůrné tokeny je možné omezit na jiný obor než vazba.

Platí pro