2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
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.
Request evaluation license
Download DotNetBrowser 2.15 (.NET Framework)
Download DotNetBrowser 2.15 (.NET Core)
Follow @DotNetBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.