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)

プロパティ値

Collection<T> 型の SupportingTokenSpecification

注釈

サポート トークンには、プリンシパル トークンに含まれていない追加のバインディング クレームを指定できます。 補助トークンには、バインドとは異なるスコープを設定できます。

適用対象