SupportingTokenParameters.Endorsing Свойство

Определение

Получает коллекцию параметров маркера безопасности для подтверждающих поддерживающих маркеров, требуемых элементом привязки безопасности.

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityTokenParameters ^> ^ Endorsing { System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityTokenParameters ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityTokenParameters> Endorsing { get; }
member this.Endorsing : System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityTokenParameters>
Public ReadOnly Property Endorsing As Collection(Of SecurityTokenParameters)

Значение свойства

Collection<SecurityTokenParameters>

Коллекция SecurityTokenParameters.

Комментарии

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

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