<serviceAuthenticationManager>

Provides a workflow configuration element that establishes at the service level the validity of a transmission, message, or originator.

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

Syntax

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

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
serviceAuthenticationManagerType A string that specifies the type of the authentication policy for the current behavior.

Child Elements

None.

Parent Elements

Element Description
<behavior> Specifies a behavior element.

See also