<serviceAuthentication>

提供一个工作流配置元素,该元素在服务级别建立传输、消息或发起方的有效性。

架构层次结构

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

语法

<behaviors>  <serviceBehaviors>    <behavior name=String">      <serviceAuthentication serviceAuthenticationManagerType =”String”/>    </behavior>  </serviceBehaviors></behaviors>

属性和元素

以下几节描述了特性、子元素和父元素。

属性

特性 说明

serviceAuthenticationManagerType

一个字符串,指定当前行为的身份验证策略类型。

子元素

无。

父元素

元素 说明

<endpointBehaviors> 的 <behavior>

指定行为元素。

另请参见

参考

ServiceAuthenticationElement