次の方法で共有


<serviceAuthentication>

サービス レベルで転送、メッセージ、または送信元の有効性を確立するワークフロー構成要素を提供します。

スキーマの階層

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

構文

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

属性と要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

属性 説明

serviceAuthenticationManagerType

現在の動作の認証ポリシーの種類を指定する文字列。

子要素

なし。

親要素

要素 説明

<endpointBehaviors> の <behavior>

動作の要素を指定します。

参照

リファレンス

ServiceAuthenticationElement