List icon Contents

Posted on June 14, 2022

DotNetBrowser 2.15

What’s new

Chromium

The Chromium engine has been upgraded to version 102.0.5005.63. It includes 32 security fixes.

Loading PDF

We’ve improved FrameLoadFinished event. It is now fired when the PDF document is loaded completely.

Client certificate chain

Now the library sends the whole chain (end-entity and intermediate certificates) to the server from PKCS#12 store during client certificate authentication.

Here is how to pass intermediate certificates for the custom certificate:

Certificate cert = new Certificate(certificate, intermediateCertificates);

certificate is an instance of X509Certificate.
intermediateCertificates is an X509CertificateCollection containing the intermediate certificates.

Fixed issues

  • Black flickering when showing and hiding BrowserView on Windows in the hardware-accelerated rendering mode.
  • The inability to put focus on the input field after closing alert dialog.
  • NullReferenceException being shown when creating a DOM key event.

Download DotNetBrowser 2.15

Please share your email with us, and we'll send you download instructions.

Sending...
EmailBox Please check your inbox.

We were unable to send the email. Please try again.

If you are a registered customer you don't need to do anything to use this update.

If you would like to evaluate the product, you need an evaluation license.

Get free 30-day trial
Go Top