|
Rank: Advanced Member Groups: Member
Joined: 12/9/2014 Posts: 79
|
Im testing new 2015 version for apply on my projects. Using new 2015.1.76.2 version.
My actual project crash when pass the certificate to the Continue method of NeedClientCertificate event. Throws "'System.NullReferenceException' in EO.WebBrowser.dll"
I see the Continue method is overloaded in new version, and accept the RawData too.
If i change " e.Continue(cert); " to " e.Continue(cert.GetRawCertData()); ", works fine.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have just posted a new build that should address this issue. You can download it directly from our download page.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/9/2014 Posts: 79
|
I test new version and confirm that the issue is fixed.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Great. Thanks for confirming the fix!
|
|