Back to feature list...
Events
On this page:
ValidatingCertificate event
The ValidatingCertificate
event is raised when a server certificate is about to be validated
when connecting to a server using TLS/SSL protocol.
By default, a server certificate is validated automatically using Windows CryptoAPI. Use this event if you need to examine and validate the server certificate yourself
Tip: For sample code, see Custom certificate validation.
Back to feature list...