SupportingTokenParameters.SignedEndorsing プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティ バインド要素に必要な署名済みおよび保証済みのサポート トークンのセキュリティ トークン パラメーターのコレクションを取得します。
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のコレクション。
注釈
署名付き保証トークンは、メッセージ署名トークンに署名し、それ自体がメッセージ署名によって署名されます。