X509CertificateRecipientClientCredential.SslCertificateAuthentication Eigenschap

Definitie

Hiermee haalt u de SSL-certificaatvalidator op of stelt u deze in voor gebruik.

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

Waarde van eigenschap

Een X509ServiceCertificateAuthentication exemplaar.

Opmerkingen

Met deze eigenschap kunt u WCF X509CertificateValidator gebruiken om een servercertificaat op een WCF-client te valideren.

Van toepassing op