共用方式為


X509CertificateRecipientClientCredential.SslCertificateAuthentication 屬性

定義

取得或設定要使用的 SSL 憑證驗證程式。

public:
 property System::ServiceModel::Security::X509ServiceCertificateAuthentication ^ SslCertificateAuthentication { System::ServiceModel::Security::X509ServiceCertificateAuthentication ^ get(); void set(System::ServiceModel::Security::X509ServiceCertificateAuthentication ^ value); };
public System.ServiceModel.Security.X509ServiceCertificateAuthentication SslCertificateAuthentication { get; set; }
member this.SslCertificateAuthentication : System.ServiceModel.Security.X509ServiceCertificateAuthentication with get, set
Public Property SslCertificateAuthentication As X509ServiceCertificateAuthentication

屬性值

X509ServiceCertificateAuthentication 執行個體。

備註

此屬性可讓您使用 WCF X509CertificateValidator 來驗證 WCF 用戶端上的伺服器憑證。

適用於