Class WebViewCertificateReceivedEventArgs

Definition

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

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

C#
Copy
public class WebViewCertificateReceivedEventArgs : EventArgs
Inheritance
WebViewCertificateReceivedEventArgs

Properties

View Source

Certificate

The certificate of web view.

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

Extension Methods