Android.App.KeyguardManager.CreateConfirmDeviceCredentialIntent Method
Get an intent to prompt the user to confirm credentials (pin, pattern or password) for the current user of the device.

Syntax

[Android.Runtime.Register("createConfirmDeviceCredentialIntent", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Landroid/content/Intent;", "GetCreateConfirmDeviceCredentialIntent_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")]
public virtual Android.Content.Intent CreateConfirmDeviceCredentialIntent (Java.Lang.ICharSequence title, Java.Lang.ICharSequence description)

Parameters

title
Documentation for this section has not yet been entered.
description
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Get an intent to prompt the user to confirm credentials (pin, pattern or password) for the current user of the device. The caller is expected to launch this activity using Activity.StartActivityForResult(Android.Content.Intent, System.Int32) and check for Activity.RESULT_OK if the user successfully completes the challenge.

[Android Documentation]

Requirements

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