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 のコレクション。

注釈

署名付き保証サポート トークンはメッセージ署名を行うトークンであり、それ自体がメッセージ署名で署名されます。

適用対象