Android.Security.KeyChain.CreateInstallIntent Method
Returns an Intent that can be used for credential installation.

Syntax

[Android.Runtime.Register("createInstallIntent", "()Landroid/content/Intent;", "")]
public static Android.Content.Intent CreateInstallIntent ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an Intent that can be used for credential installation. The intent may be used without any extras, in which case the user will be able to install credentials from their own source.

Alternatively, KeyChain.ExtraCertificate or KeyChain.ExtraPkcs12 maybe used to specify the bytes of an X.509 certificate or a PKCS#12 key store for installation. These extras may be combined with KeyChain.ExtraName to provide a default alias name for credentials being installed.

When used with Android.App.Activity.StartActivityForResult(Android.Content.Intent, System.Int32), Android.App.Activity.RESULT_OK will be returned if a credential was successfully installed, otherwise Android.App.Activity.RESULT_CANCELED will be returned.

[Android Documentation]

Requirements

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