<serviceAuthenticationManager>

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

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

Syntax

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

屬性和項目

下列章節說明屬性、子元素和父元素。

屬性

屬性 描述
serviceAuthenticationManagerType 字串,指定目前行為的驗證原則類型。

子元素

無。

父項目

元素 描述
<behavior> 指定行為項目。

另請參閱