Partager via


<transport> de <netPeerTcpBinding>

Spécifie des paramètres de sécurité au niveau du transport lors de l'utilisation du <netPeerTcpBinding>.

<system.serviceModel>
  <bindings>
    <netPeerTcpBinding>
      <binding>
        <security> de <netPeerBinding>
          <transport> de <netPeerTcpBinding>

<netPeerTcpBinding>
    <binding>
        <security>
            <transport credentialType="Certificate/Password" />
        </security>       
    </binding>
</netPeerTcpBinding>

Attributs et éléments

Attributs

Attribut Description

credentialType

Facultatif. Spécifie le type d'informations d'identification utilisé pour vérifier les messages envoyés avec le transport d'homologues. Cet attribut est de type PeerTransportCredentialType.

Éléments enfants

Aucun

Éléments parents

Élément Description

<security> de <netPeerBinding>

Définit les paramètres de sécurité pour le <netPeerTcpBinding>.

Voir aussi

Référence

PeerTransportSecurityElement
Transport
Transport
PeerTransportSecuritySettings

Concepts

<binding>

Autres ressources

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