Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpSelfHostConfiguration::X509CertificateValidator Property

 

Gets or sets the X509CertificateValidatorinstance that will be used to validate the client certificate sent over HTTPS.

Namespace:   System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

public:
property X509CertificateValidator^ X509CertificateValidator {
	X509CertificateValidator^ get();
	void set(X509CertificateValidator^ value);
}

Property Value

Type: System.IdentityModel.Selectors::X509CertificateValidator^

The X509CertificateValidatorinstance that will be used to validate the client certificate.

Return to top
Show: