|
Rank: Member Groups: Member
Joined: 6/16/2014 Posts: 25
|
Hi, Is there any indicator, that the browser connection is secure (encrypted)? regards, Michael
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
There is no built-in UI to tell you that. EO.WebBrowser is ONLY the browser content area. It does not have other UI elements that are common in a browser. For example, the tabs, the address bar, the status bar, etc. Your application will be responsible for providing those. You can check the WebView's Url property to see whether it's a https or http to decide whether the WebView is currently over SSL.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 6/16/2014 Posts: 25
|
Hi, sorry for my bad wording. I meant some property inside the WebView class, that gives information about the certificate and encryption strength.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Unfortunately we do not have that either. Currently the only clue is the Url property, which will tell you whether it's HTTPs or HTTP. What you have a very interesting question so we will look into it and see if we can add it in a future build.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 6/16/2014 Posts: 25
|
Thank you for your information.
|
|