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


SupportingTokenParameters.SignedEncrypted Свойство

Определение

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

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

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

Коллекция SecurityTokenParameters.

Комментарии

Подписанные маркеры включены в сигнатуру сообщения и зашифрованы.

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