Class WebCertificate

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

It is a class for certificate of web view.

C#
Copy
public class WebCertificate : Disposable
Inheritance
WebCertificate

Properties

View Source

IsContextSecure

Queries if the context loaded with a given certificate is secure.

Declaration
C#
Copy
public bool IsContextSecure { get; }
Property Value
Type Description
Boolean
View Source

IsFromMainFrame

Checks whether the certificate comes from main frame.

Declaration
C#
Copy
public bool IsFromMainFrame { get; }
Property Value
Type Description
Boolean
View Source

PemData

Queries certificate's PEM data.

Declaration
C#
Copy
public string PemData { get; }
Property Value
Type Description
String

Methods

View Source

Allow(Boolean)

Allows the site access about certificate error.

Declaration
C#
Copy
public void Allow(bool allowed)
Parameters
Type Name Description
Boolean allowed

Allowed or not

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods