Class WebViewCertificateReceivedEventArgs

    Definition

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

    Event arguments that passed via the WebView.CertificateConfirmed / WebView.SslCertificateChanged.

    public class WebViewCertificateReceivedEventArgs : EventArgs
    Inheritance
    object
    WebViewCertificateReceivedEventArgs

    Properties

    View Source

    Certificate

    The certificate of web view.

    Declaration
    public WebCertificate Certificate { get; }
    Property Value
    Type Description
    WebCertificate

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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