OnCertificationError Method
Occurs when the browser engines encounters a certificate error.
Override this method and call CertificateErrorEventArgs.Continue to ignore certificate errors.
Syntax
'Declaration Protected Overridable Sub OnCertificationError( _ ByVal sender As Object, _ ByVal e As CertificateErrorEventArgs _ )
'Usage Dim instance As WebControl Dim sender As Object Dim e As CertificateErrorEventArgs instance.OnCertificationError(sender, e)
protected virtual void OnCertificationError( object sender, CertificateErrorEventArgs e )
protected: virtual void OnCertificationError( Object^ sender, CertificateErrorEventArgs^ e )
Parameters
- sender
- WebControl
- e
- CertificateErrorEventArguments
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also