Class WebCertificate
Definition
- Assembly:
- Tizen.NUI.dll
It is a class for certificate of web view.
public class WebCertificate : Disposable
- Inheritance
Properties
View SourceIsContextSecure
Queries if the context loaded with a given certificate is secure.
Declaration
public bool IsContextSecure { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFromMainFrame
Checks whether the certificate comes from main frame.
Declaration
public bool IsFromMainFrame { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PemData
Queries certificate's PEM data.
Declaration
public string PemData { get; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyDecisionError
Get certificate policy decision error.
Declaration
public WebCertificate.PolicyDecisionErrorType PolicyDecisionError { get; }
Property Value
| Type | Description |
|---|---|
| WebCertificate.PolicyDecisionErrorType | PolicyDecisionErrorType |
Methods
View SourceAllow(bool)
Allows the site access about certificate error.
Declaration
public void Allow(bool allowed)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | allowed | Allowed or not |
ReleaseSwigCPtr(HandleRef)
Declaration
protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.InteropServices.HandleRef | swigCPtr |
Overrides
View SourceSuspend()
Suspend certification policy decision.
Declaration
public bool Suspend()
Returns
| Type | Description |
|---|---|
| bool |