<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