Partager via


<transport> de <wsHttpBinding>

Définit les paramètres d'authentification pour le transport HTTP.

<system.serviceModel>
  <bindings>
    <wsHttpBinding>
      <binding>
        <security> de <wsHttpBinding>
          <transport> de <wsHttpBinding>

<transport 
      clientCredentialType="Basic/Certificate/Digest/None/Ntlm/Windows"
   proxyCredentialType="Basic/Digest/None/Ntlm/Windows"
   realm="string" />

HttpTransportSecurity

Attributs et éléments

Attributs

Attribut Description

clientCredentialType

Spécifie les informations d'identification utilisées pour authentifier le client auprès du service. Cet attribut est de type HttpClientCredentialType.

proxyCredentialType

Spécifie les informations d'identification utilisées pour authentifier le client auprès d'un proxy de domaine. Cet attribut est de type HttpProxyCredentialType.

realm

Chaîne indiquant le domaine de l'authentification de base ou Digest. La valeur par défaut est une chaîne vide.

Un domaine d'authentification spécifie au moins le nom de l'hôte qui exécute l'authentification. Il peut également spécifier une collection d'utilisateurs disposant d'un accès. Un utilisateur peut interroger le domaine d'authentification pour vérifier quels noms d'utilisateurs et mot de passe peuvent être utilisés.

Éléments enfants

None.

Éléments parents

Élément Description

<security> de <wsHttpBinding>

Représente les fonctionnalités de sécurité du <wsHttpBinding>.

Voir aussi

Référence

HttpTransportSecurity
Transport
Transport
HttpTransportSecurityElement

Concepts

<binding>

Autres ressources

Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients