Class WebCertificate

    Definition

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

    It is a class for certificate of web view.

    public class WebCertificate : Disposable
    Inheritance
    object
    Disposable
    WebCertificate

    Properties

    View Source

    IsContextSecure

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

    Declaration
    public bool IsContextSecure { get; }
    Property Value
    Type Description
    bool
    View Source

    IsFromMainFrame

    Checks whether the certificate comes from main frame.

    Declaration
    public bool IsFromMainFrame { get; }
    Property Value
    Type Description
    bool
    View Source

    PemData

    Queries certificate's PEM data.

    Declaration
    public string PemData { get; }
    Property Value
    Type Description
    string
    View Source

    PolicyDecisionError

    Get certificate policy decision error.

    Declaration
    public WebCertificate.PolicyDecisionErrorType PolicyDecisionError { get; }
    Property Value
    Type Description
    WebCertificate.PolicyDecisionErrorType

    PolicyDecisionErrorType

    Methods

    View Source

    Allow(bool)

    Allows the site access about certificate error.

    Declaration
    public void Allow(bool allowed)
    Parameters
    Type Name Description
    bool allowed

    Allowed or not

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)
    View Source

    Suspend()

    Suspend certification policy decision.

    Declaration
    public bool Suspend()
    Returns
    Type Description
    bool

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX