SupportingTokenParameters.SignedEndorsing Property

Definition

Gets a collection of security token parameters for signed and endorsing supporting tokens required by the security binding element.

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)

Property Value

A collection of SecurityTokenParameters.

Remarks

Signed endorsing tokens sign the message signature token and are themselves signed by the message signature.

Applies to