ICertificatePolicy::CheckValidationResult Method (ServicePoint^, X509Certificate^, WebRequest^, Int32)
.NET Framework (current version)
Validates a server certificate.
Assembly: System (in System.dll)
bool CheckValidationResult( ServicePoint^ srvPoint, X509Certificate^ certificate, WebRequest^ request, int certificateProblem )
Parameters
- srvPoint
-
Type:
System.Net::ServicePoint^
The ServicePoint that will use the certificate.
- certificate
-
Type:
System.Security.Cryptography.X509Certificates::X509Certificate^
The certificate to validate.
- request
-
Type:
System.Net::WebRequest^
The request that received the certificate.
- certificateProblem
-
Type:
System::Int32
The problem that was encountered when using the certificate.
The CheckValidationResult method implements the application certificate validation policy. The method can examine the srvPoint, certificate, request, and certificateProblem parameters to determine whether the certificate should be honored.
The certificateProblem parameter is a Security Support Provider Interface (SSPI) status code. For more information, see the SSPI documentation on MSDN.
.NET Framework
Available since 1.1
Available since 1.1
Show: