Share via


<serviceAuthentication>

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

Schema Hierarchy

<system.serviceModel>
  <behaviors>
    <serviceBehaviors>
      <behavior> of <serviceBehaviors>
        <serviceAuthentication>

Syntax

<behaviors>  <serviceBehaviors>    <behavior name=String">      <serviceAuthentication 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> of <endpointBehaviors>

Specifies a behavior element.

See Also

Reference

ServiceAuthenticationElement