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