发布日期 2022年06月14日

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.

Request evaluation license
Download DotNetBrowser 2.15 (.NET Framework)
Download DotNetBrowser 2.15 (.NET Core)

Go Top