共用方式為


<serviceAuthentication>

提供工作流程組態項目,這個項目會在服務層級建立傳輸、訊息或建立者的有效性。

結構描述階層

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

語法

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

屬性和元素

下列各節說明屬性、子項目和父項目。

屬性

屬性 描述

serviceAuthenticationManagerType

字串,指定目前行為的驗證原則類型。

項目子系

無。

父項目

項目 描述

<endpointBehaviors> 的 <behavior>

指定行為項目。

另請參閱

參考

ServiceAuthenticationElement