Remove certificate validation event arguments.
bool? IsValid
If remote certificate is considered valid or not. null means default validation rules will be applied...
RemoteCertificateEventArgs(X509Certificate Certificate, X509Chain Chain, SslPolicyErrors SslPolicyErrors)
Remove certificate validation event arguments.
X509Certificate Certificate
Remote certificate.
SslPolicyErrors SslPolicyErrors
Any SSL policy errors detected.
delegate void RemoteCertificateEventHandler(object Sender, RemoteCertificateEventArgs e)
Delegate for remote certificate event handlers.