SslCertificate.RestoreState(Bundle) Method

Definition

Restores the certificate stored in the bundle

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

Parameters

bundle
Bundle

The bundle with the certificate state stored in it

Returns

The SSL certificate stored in the bundle or null if fails

Attributes

Remarks

Restores the certificate stored in the bundle

Java documentation for android.net.http.SslCertificate.restoreState(android.os.Bundle).

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