Gmail Agent API v0.6.1 Library

GmailCertificatePolicy.CheckValidationResult Method 

Simulates a certificate verification.

public bool CheckValidationResult(
   ServicePoint sp,
   X509Certificate cert,
   WebRequest req,
   int problem
);

Parameters

sp
The associated ServicePoint.
cert
The certificate to examine.
req
The WebRequest to use.
problem
I have no idea.

Return Value

Always returns true.

Implements

ICertificatePolicy.CheckValidationResult

See Also

GmailCertificatePolicy Class | Johnvey.GmailAgent Namespace