Sdílet prostřednictvím


SupportingTokenParameters.SignedEndorsing Vlastnost

Definice

Získá kolekci parametrů tokenu zabezpečení pro podepsané a podporující tokeny vyžadované elementem vazby zabezpečení.

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)

Hodnota vlastnosti

Kolekce položek SecurityTokenParameters

Poznámky

Podepsané tokeny pro ukončení podepisují token podpisu zprávy a jsou samy podepsány podpisem zprávy.

Platí pro