SupportingTokenParameters.SignedEndorsing プロパティ

定義

セキュリティ バインド要素に必要な署名済みおよび保証済みのサポート トークンのセキュリティ トークン パラメーターのコレクションを取得します。

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

プロパティ値

SecurityTokenParametersのコレクション。

注釈

署名付き保証トークンは、メッセージ署名トークンに署名し、それ自体がメッセージ署名によって署名されます。

適用対象