Share via


SecurityMessageProperty.IncomingSupportingTokens Proprietà

Definizione

Ottiene o imposta una raccolta di token di supporto in entrata.

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)

Valore della proprietà

Collection<T> di tipo SupportingTokenSpecification.

Commenti

I token di supporto forniscono attestazioni aggiuntive a quelle contenute nei token principali dell'associazione. I token di supporto possono essere limitati a un ambito diverso dall'associazione.

Si applica a