SecurityMessageProperty.IncomingSupportingTokens プロパティ

定義

受信サポート トークンのコレクションを取得または設定します。

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)

プロパティ値

SupportingTokenSpecification型のCollection<T>

注釈

サポート トークンは、バインディングのプリンシパル トークンに含まれる要求を超える追加の要求を提供します。 サポート トークンは、バインディングとは異なるスコープでスコープを設定できます。

適用対象