NetCharts Server .NET Toolkit

AllowAllCertificateValidation.CheckValidationResult Method 

public bool CheckValidationResult(
   ServicePoint srvPoint,
   X509Certificate cert,
   WebRequest request,
   int problem
);

Return Value

true

Implements

ICertificatePolicy.CheckValidationResult

Remarks

Always returns true to ignore all certificate problems with HTTPS based requests.

See Also

AllowAllCertificateValidation Class | NetChartsServer Namespace