SslCertificate.SaveState(SslCertificate) Method

Definition

Saves the certificate state to a bundle

[Android.Runtime.Register("saveState", "(Landroid/net/http/SslCertificate;)Landroid/os/Bundle;", "")]
public static Android.OS.Bundle? SaveState (Android.Net.Http.SslCertificate? certificate);
[<Android.Runtime.Register("saveState", "(Landroid/net/http/SslCertificate;)Landroid/os/Bundle;", "")>]
static member SaveState : Android.Net.Http.SslCertificate -> Android.OS.Bundle

Parameters

certificate
SslCertificate

The SSL certificate to store

Returns

A bundle with the certificate stored in it or null if fails

Attributes

Remarks

Saves the certificate state to a bundle

Java documentation for android.net.http.SslCertificate.saveState(android.net.http.SslCertificate).

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