SslCertificate.RestoreState(Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.