Поделиться через


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.

Комментарии

Подписанные подтверждающие маркеры подписывают маркер сигнатуры сообщения, а затем сами подписываются сигнатурой сообщения.

Применяется к