X509CertificateRecipientClientCredential.SslCertificateAuthentication 属性

定义

获取或设置要使用的 SSL 证书验证程序。Gets or sets the SSL certificate validator to use.

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

一个 X509ServiceCertificateAuthentication 实例。A X509ServiceCertificateAuthentication instance.

注解

此属性允许你使用 WCF X509CertificateValidator 来验证 WCF 客户端上的服务器证书。This property allows you to use WCF X509CertificateValidator to validate a server certificate on a WCF client.

适用于