<transport> de <wsHttpBinding>
Définit les paramètres d'authentification du transport HTTP.
Hiérarchie de schéma
<system.serviceModel>
<bindings>
<wsHttpBinding>
<binding>
<security> de <wsHttpBinding>
<transport> de <wsHttpBinding>
Syntaxe
<wsHttpBinding>
<binding>
<security mode=”None|Transport|TransportWithMessageCredential|TransportCredentialOnly”>
<transport
clientCredentialType="Basic|Certificate|Digest|None|Ntlm|Windows"
proxyCredentialType="Basic|Digest|None|Ntlm|Windows"
realm="string" />
<extendedProtectionPolicy policyEnforcement=”Never|WhenSupported|Always” protectionScenario=”TransportSelected|TrustedProxy”>
<customServiceNames></customServiceNames>
</extendedProtecutionPolicy>
</transport>
</security>
</binding>
</wsHttpBinding>
Attributs et éléments
Les sections suivantes décrivent des attributs, des éléments enfants et des éléments parents.
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 mots de passe peuvent être utilisés. |
policyEnforcement |
Cette énumération spécifie à quel moment ExtendedProtectionPolicy doit être appliqué.
|
Éléments enfants
None.
Éléments parents
Élément | Description |
---|---|
Représente les fonctionnalités de sécurité du <wsHttpBinding>. |
Voir aussi
Référence
HttpTransportSecurity
Transport
Transport
HttpTransportSecurityElement
Concepts
Autres ressources
Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients