<serviceCredentials>

指定要用于对服务进行身份验证的凭据以及与客户端凭据验证相关的设置。

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

语法

<serviceCredentials type="String">
  <clientCertificate>
  </clientCertificate>
  <issuedTokenAuthentication>
  </issuedTokenAuthentication>
  <peer>
  </peer>
  <secureConversationAuthentication>
  </secureConversationAuthentication>
  <serviceCertificate>
  </serviceCertificate>
  <userNameAuthentication>
  </userNameAuthentication>
  <windowsAuthentication>
  </windowsAuthentication>
</serviceCredentials>

特性和元素

下列各节描述了特性、子元素和父元素。

特性

属性 说明
type 一个指定此配置元素的类型的字符串。

子元素

元素 说明
<clientCertificate> 指定证书,当可在带外使用客户端证书时,将使用该证书。 此元素还指定客户端证书验证设置。 此元素的类型为 X509InitiatorCertificateServiceElement
<issuedTokenAuthentication> 指定此服务的当前颁发令牌。 此元素的类型为 IssuedTokenServiceElement
<peer> 指定对等节点的当前凭据。 此元素的类型为 PeerCredentialElement
<secureConversationAuthentication> 指定安全对话的当前凭据。 此元素的类型为 SecureConversationServiceElement
<serviceCertificate> 指定服务用于标识自身的证书。 此元素的类型为 X509RecipientCertificateServiceElement
<userNameAuthentication> 指定用户名密码验证的设置。 此元素的类型为 UserNameServiceElement
<windowsAuthentication> 指定 Windows 凭据验证的设置。 此元素的类型为 WindowsServiceElement

父元素

元素 说明
<behavior> 指定行为元素。

请参阅