WebRequestHandler::ServerCertificateValidationCallback Property

.NET Framework (current version)
 

Gets or sets a callback method to validate the server certificate.

Namespace:   System.Net.Http
Assembly:  System.Net.Http.WebRequest (in System.Net.Http.WebRequest.dll)

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

Property Value

Type: System.Net.Security::RemoteCertificateValidationCallback^

Returns RemoteCertificateValidationCallback.

A callback method to validate the server certificate.

If the ServerCertificateValidationCallback is null, the server certificate will be validated using standard well-known certificate authorities.

.NET Framework
Available since 4.5
Return to top
Show: