Android.App.Admin.DevicePolicyManager.ResetPasswordRequireEntry Field
Flag for DevicePolicyManager.ResetPassword(string, Android.App.Admin.ResetPasswordFlags): don't allow other admins to change the password again until the user has entered it.

Value: 1

Syntax

[Android.Runtime.Register("RESET_PASSWORD_REQUIRE_ENTRY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.ResetPasswordFlags enum directly instead of this field.")]
public const ResetPasswordFlags ResetPasswordRequireEntry

Remarks

Flag for DevicePolicyManager.ResetPassword(string, Android.App.Admin.ResetPasswordFlags): don't allow other admins to change the password again until the user has entered it.

[Android Documentation]

Requirements

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