Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
It is a class for certificate of web view.
public class WebCertificate : Disposable
- Inheritance
-
Properties
View Source
IsContextSecure
Queries if the context loaded with a given certificate is secure.
Declaration
public bool IsContextSecure { get; }
Property Value
View Source
IsFromMainFrame
Checks whether the certificate comes from main frame.
Declaration
public bool IsFromMainFrame { get; }
Property Value
Declaration
public string PemData { get; }
Property Value
Methods
View Source
Allow(Boolean)
Allows the site access about certificate error.
Declaration
public void Allow(bool allowed)
Parameters
Type |
Name |
Description |
Boolean |
allowed |
Allowed or not
|
View Source
ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)
Declaration
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type |
Name |
Description |
Tizen.System.Runtime.InteropServices.HandleRef |
swigCPtr |
|
Overrides
Extension Methods