Share via


X509CertificateRecipientClientCredential.SslCertificateAuthentication Eigenschaft

Definition

Ruft das zu verwendende SSL Zertifikatsvalidierer ab oder legt es fest.

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

Eigenschaftswert

X509ServiceCertificateAuthentication

Eine X509ServiceCertificateAuthentication-Instanz.

Hinweise

Mit dieser Eigenschaft können Sie WCF X509CertificateValidator verwenden, um ein Serverzertifikat auf einem WCF-Client zu überprüfen.

Gilt für