Android.Webkit.WebView.Certificate Property
Gets the SSL certificate for the main top-level page or null if there is no certificate (the site is not secure).

Syntax

[get: Android.Runtime.Register("getCertificate", "()Landroid/net/http/SslCertificate;", "GetGetCertificateHandler")]
[set: Android.Runtime.Register("setCertificate", "(Landroid/net/http/SslCertificate;)V", "GetSetCertificate_Landroid_net_http_SslCertificate_Handler")]
public virtual Android.Net.Http.SslCertificate Certificate { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the SSL certificate for the main top-level page or null if there is no certificate (the site is not secure).

Set method documentation [Android Documentation]

Sets the SSL certificate for the main top-level page.

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1