OnCertificationError Method
- Last UpdatedAug 21, 2026
- 1 minute read
ccurs when the browser engines encounters a certificate error. Override this method and call CertificateErrorEventArgs.Continue to ignore certificate errors.
'Declaration
Protected Overridable Sub OnCertificationError( _
ByVal sender As Object, _
ByVal e As CertificateErrorEventArgs _
)
protected virtual void OnCertificationError(
object sender,
CertificateErrorEventArgs e
)
protected:
virtual void OnCertificationError(
Object^ sender,
CertificateErrorEventArgs^ e
)
Parameters
- sender
- WebControl
- e
- CertificateErrorEventArguments