共用方式為


<clientCredentials> 項目的 <serviceCertificate>

指定對用戶端驗證服務時所使用的憑證。

<<system.serviceModel>>
  <behaviors>
    <endpointBehaviors>
      <endpointBehaviors> 的 <behavior>
        <clientCredentials>
          <clientCredentials> 項目的 <serviceCertificate>

<serviceCertificate />

屬性和項目

屬性

無。

子項目

項目 描述

<defaultCertificate> 項目

指定服務或 STS 不透過交涉通訊協定提供憑證時要使用的 X.509 憑證。

<scopedCertificates> 項目

表示特定服務 (範圍服務) 為驗證所提供之 X.509 憑證的集合。這個集合通常用來指定聯合案例中安全性權杖服務的服務憑證。

<serviceCertificate> 項目的 <authentication>

為用戶端使用的服務憑證指定驗證行為。

父項目

項目 描述

<clientCredentials>

指定用戶端用來對服務驗證本身的認證。

備註

這個組態項目會指定用戶端用來驗證憑證的設定,而這份憑證是由使用 SSL 驗證的服務所提供。它另外包含的任何憑證,可讓已明確設定於用戶端上的服務在使用訊息安全性時用於加密傳給服務的訊息。

serviceCertificate 項目的屬性與 <clientCredentials> 項目的 <clientCertificate> 的屬性相同。

請參閱

參考

ClientCredentialsElement
ServiceCertificate
ClientCredentials
ServiceCertificate
X509RecipientCertificateClientElement
X509CertificateRecipientClientCredential

其他資源

Security Behaviors in WCF
Securing Clients
Working with Certificates
Securing Services and Clients