次の方法で共有


SecurityMessageProperty.OutgoingSupportingTokens プロパティ

定義

送信 SupportingTokenSpecification オブジェクトのコレクションを取得します。

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

プロパティ値

Collection<SupportingTokenSpecification>

送信サポート トークンのコレクション。

適用対象