Язык

DevicePolicyManager.ResetPasswordRequireEntry Поле

Определение

Внимание!

This constant will be removed in the future version. Use Android.App.Admin.ResetPasswordFlags enum directly instead of this field.

Флаг для #resetPasswordWithToken и #resetPassword: не разрешать другим администраторам снова изменять пароль, пока пользователь не ввел его.

[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.", true)]
public const Android.App.Admin.ResetPasswordFlags ResetPasswordRequireEntry = 1;
[<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.", true)>]
val mutable ResetPasswordRequireEntry : Android.App.Admin.ResetPasswordFlags

Значение поля

Value = 1
Атрибуты

Комментарии

Флаг для #resetPasswordWithToken и #resetPassword: не разрешать другим администраторам снова изменять пароль, пока пользователь не ввел его.

Java документации по android.app.admin.DevicePolicyManager.RESET_PASSWORD_REQUIRE_ENTRY.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к