SupportingTokenParameters.SignedEndorsing Właściwość

Definicja

Pobiera kolekcję parametrów tokenu zabezpieczającego dla podpisanych i popierających tokeny pomocnicze wymagane przez element powiązania zabezpieczeń.

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)

Wartość właściwości

Collection<SecurityTokenParameters>

Kolekcja SecurityTokenParameters.

Uwagi

Podpisane tokeny uwierzytelniania podpisują token podpisu wiadomości i są podpisywane przez podpis wiadomości.

Dotyczy