HttpWebRequest.ServerCertificateValidationCallback Property
.NET Framework (current version)
Gets or sets a callback function to validate the server certificate.
Assembly: System (in System.dll)
Public Property ServerCertificateValidationCallback As RemoteCertificateValidationCallback
Property Value
Type: System.Net.Security.RemoteCertificateValidationCallbackA callback function to validate the server certificate.
A callback function to validate the server certificate.
The default is that no callback function is set and the ServerCertificateValidationCallback property is null.
.NET Framework
Available since 4.5
Available since 4.5
Show: