Partager via


<serviceAuthenticationManager>

Fournit un élément de configuration de flux de travail qui établit au niveau du service la validité d’une transmission, d’un message ou d’un originateur.

<configuration>
  <system.serviceModel>
    <behaviors>
      <serviceBehaviors>
        <behavior>
          <serviceAuthenticationManager>

Syntaxe

<behaviors>
  <serviceBehaviors>
    <behavior name="String">
      <serviceAuthenticationManager serviceAuthenticationManagerType="String" />
    </behavior>
  </serviceBehaviors>
</behaviors>

Attributs et éléments

Les sections suivantes décrivent des attributs, des éléments enfants et des éléments parents.

Attributes

Caractéristique Descriptif
serviceAuthenticationManagerType Chaîne qui spécifie le type de la stratégie d’authentification pour le comportement actuel.

Éléments enfants

Aucun.

Éléments parents

Élément Descriptif
<comportement> Spécifie un élément de comportement.

Voir aussi