WebView.Certificate Property

Definition

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

public virtual Android.Net.Http.SslCertificate? Certificate { [Android.Runtime.Register("getCertificate", "()Landroid/net/http/SslCertificate;", "GetGetCertificateHandler")] get; [Android.Runtime.Register("setCertificate", "(Landroid/net/http/SslCertificate;)V", "GetSetCertificate_Landroid_net_http_SslCertificate_Handler")] set; }
[<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")>]
member this.Certificate : Android.Net.Http.SslCertificate with get, set

Property Value

SslCertificate
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to