共用方式為


<secureConversationAuthentication> of <serviceCredential>

指定安全對話服務的設定。

<configuration>
  <system.serviceModel>
    <behaviors>
      <serviceBehaviors>
        <behavior>
          <serviceCredentials>
            <secureConversationAuthentication>

Syntax

<secureConversationAuthentication securityStateEncoderType="String" />

屬性和項目

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

屬性

屬性 描述
securityStateEncoderType 字串,指定要使用的 SecurityStateEncoder 型別。

子元素

無。

父項目

元素 描述
<serviceCredentials> 指定要用於驗證 (Authenticate) 服務的認證,以及用戶端認證的驗證 (Validation) 相關設定。

備註

使用此組態項目指定安全性內容權杖 (SCT) Cookie 序列化的已知宣告型別清單,以及指定可編碼與確保 Cookie 資訊安全的編碼器。 如需 SCT 的詳細資訊,請參閱SecureConversationServiceCredential

另請參閱