<secureConversationAuthentication> of <serviceCredential>

Specifies the settings for a secure conversation service.

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

Syntax

<secureConversationAuthentication securityStateEncoderType="String" />

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
securityStateEncoderType A string that specifies the type of SecurityStateEncoder to be used.

Child Elements

None.

Parent Elements

Element Description
<serviceCredentials> Specifies the credential to be used in authenticating the service, and the client credential validation-related settings.

Remarks

Use this configuration element to specify a list of known claim types for the Security Context Token (SCT) cookies serialization, as well as an encoder to encode and secure cookies information. For more information on SCT, see SecureConversationServiceCredential.

See also