<serviceCredential> 的 <secureConversationAuthentication>
指定安全对话服务的设置。
configuration
system.serviceModel
behaviors
<serviceBehaviors>
behavior
<serviceCredentials>
<secureConversationAuthentication>
语法
<secureConversationAuthentication securityStateEncoderType="String" />
特性和元素
下列各节描述了特性、子元素和父元素。
特性
属性 | 说明 |
---|---|
securityStateEncoderType |
一个字符串,指定要使用的 SecurityStateEncoder 的类型。 |
子元素
无。
父元素
元素 | 说明 |
---|---|
<serviceCredentials> | 指定要用于对服务进行身份验证的凭据以及与客户端凭据验证相关的设置。 |
注解
使用此配置元素可指定用于安全上下文令牌 (SCT) Cookie 序列化的已知声明类型的列表和用于编码和保护 Cookie 信息的编码器。 有关 SCT 的更多信息,请参见 SecureConversationServiceCredential。