This documentation is archived and is not being maintained.
ICertificatePolicy.CheckValidationResult Method
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: