共用方式為


DevicePolicyManager.CurrentFailedPasswordAttempts 屬性

定義

擷取使用者自上次成功輸入密碼以來輸入密碼失敗的次數。

public virtual int CurrentFailedPasswordAttempts { [Android.Runtime.Register("getCurrentFailedPasswordAttempts", "()I", "GetGetCurrentFailedPasswordAttemptsHandler")] [Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_LOCK_CREDENTIALS")] get; }
[<get: Android.Runtime.Register("getCurrentFailedPasswordAttempts", "()I", "GetGetCurrentFailedPasswordAttemptsHandler")>]
[<get: Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_LOCK_CREDENTIALS")>]
member this.CurrentFailedPasswordAttempts : int

屬性值

使用者自上次正確密碼輸入以來輸入不正確密碼的次數。

屬性

備註

擷取使用者自上次成功輸入密碼以來輸入密碼失敗的次數。

這個方法可以在 所#getParentProfileInstance(ComponentName)傳回的 DevicePolicyManager 實例上呼叫,以擷取父用戶失敗的密碼圖騰數目。

呼叫裝置系統管理員必須要求 DeviceAdminInfo#USES_POLICY_WATCH_LOGIN 能夠呼叫此方法;如果沒有,將會擲回安全性例外狀況。

在不支援 PackageManager#FEATURE_SECURE_LOCK_SCREEN 功能的裝置上,密碼一律是空的,此方法一律會傳回 0。

android.app.admin.DevicePolicyManager.getCurrentFailedPasswordAttempts()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於