KeyChain.CreateManageCredentialsIntent(AppUriAuthenticationPolicy) Method

Definition

Returns an Intent that should be used by an app to request to manage the user's credentials.

[Android.Runtime.Register("createManageCredentialsIntent", "(Landroid/security/AppUriAuthenticationPolicy;)Landroid/content/Intent;", "", ApiSince=31)]
public static Android.Content.Intent CreateManageCredentialsIntent (Android.Security.AppUriAuthenticationPolicy policy);
[<Android.Runtime.Register("createManageCredentialsIntent", "(Landroid/security/AppUriAuthenticationPolicy;)Landroid/content/Intent;", "", ApiSince=31)>]
static member CreateManageCredentialsIntent : Android.Security.AppUriAuthenticationPolicy -> Android.Content.Intent

Parameters

policy
AppUriAuthenticationPolicy

The authentication policy determines which alias for a private key and certificate pair should be used for authentication.

Returns

Intent
Attributes

Remarks

Java documentation for android.security.KeyChain.createManageCredentialsIntent(android.security.AppUriAuthenticationPolicy).

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