共用方式為


DevicePolicyManager.GetPasswordExpiration(ComponentName) 方法

定義

取得特定系統管理員或其參與配置檔的限制的特定系統管理員或所有系統管理員目前的密碼到期時間。

[Android.Runtime.Register("getPasswordExpiration", "(Landroid/content/ComponentName;)J", "GetGetPasswordExpiration_Landroid_content_ComponentName_Handler")]
public virtual long GetPasswordExpiration (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("getPasswordExpiration", "(Landroid/content/ComponentName;)J", "GetGetPasswordExpiration_Landroid_content_ComponentName_Handler")>]
abstract member GetPasswordExpiration : Android.Content.ComponentName -> int64
override this.GetPasswordExpiration : Android.Content.ComponentName -> int64

參數

admin
ComponentName

要檢查的管理員元件名稱,或 null 匯總所有系統管理員。

傳回

密碼到期時間,以毫秒為單位,自 epoch 之後。

屬性

備註

取得特定系統管理員或其參與配置檔的限制的特定系統管理員或所有系統管理員目前的密碼到期時間。 不會考慮具有個別挑戰的配置檔限制。 如果 admin 是 null,則會傳回所有到期時間的複合 ,這會是所有到期時間的最小值。

這個方法可以在 所#getParentProfileInstance(ComponentName)傳回的DevicePolicyManager實例上呼叫,以擷取父配置檔的密碼到期。

在不支援 PackageManager#FEATURE_SECURE_LOCK_SCREEN 功能的裝置上,密碼到期一律會停用,而且此方法一律會傳回 0。

android.app.admin.DevicePolicyManager.getPasswordExpiration(android.content.ComponentName)Java 檔。

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

適用於