次の方法で共有


<serviceCredential> の <secureConversationAuthentication>

安全な会話サービスの設定を指定します。

スキーマの階層

<system.serviceModel>
  <behaviors>
    <serviceBehaviors>
      <serviceBehaviors> の <behavior>
        <serviceCredentials>
          <serviceCredential> の <secureConversationAuthentication>

構文

<secureConversationAuthentication securityStateEncoderType="String" />

属性と要素

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

属性

属性 説明

securityStateEncoderType

使用される SecurityStateEncoder の型を指定する文字列。

子要素

なし。

親要素

要素 説明

<serviceCredentials>

サービスの認証に使用される資格情報と、クライアントの資格情報検証関連の設定を指定します。

解説

この構成要素を使用して、セキュリティ コンテキスト トークン (SCT) Cookie のシリアル化のための既知のクレームの種類のリストと、Cookie の情報をエンコードしてセキュリティで保護するためのエンコーダーを指定します。SCT の詳細については、「SecureConversationServiceCredential」を参照してください。

参照

リファレンス

SecureConversationServiceElement
SecureConversationAuthentication
SecureConversationAuthentication
SecureConversationServiceCredential