Raised when a certificate validation error occurs.
Syntax
Event Data
The event handler receives an argument of type CertificateValidationEventArgs containing data related to this event. The following CertificateValidationEventArgs properties provide information specific to this event.
Property | Description |
---|
Accept |
Whether the certificate should be accepted.
|
Certificate |
The certificate.
|
Error |
The error that occurred.
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also