DevicePolicyManager.ResetPasswordDoNotAskCredentialsOnBoot 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This constant will be removed in the future version. Use Android.App.Admin.ResetPasswordFlags enum directly instead of this field.
和#resetPassword
的#resetPasswordWithToken
旗標:不要在裝置開機時要求用戶認證。
[Android.Runtime.Register("RESET_PASSWORD_DO_NOT_ASK_CREDENTIALS_ON_BOOT", ApiSince=23)]
[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 ResetPasswordDoNotAskCredentialsOnBoot = 2;
[<Android.Runtime.Register("RESET_PASSWORD_DO_NOT_ASK_CREDENTIALS_ON_BOOT", ApiSince=23)>]
[<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 ResetPasswordDoNotAskCredentialsOnBoot : Android.App.Admin.ResetPasswordFlags
欄位值
Value = 2- 屬性
備註
和#resetPassword
的#resetPasswordWithToken
旗標:不要在裝置開機時要求用戶認證。 如果已設定旗標,則可以開機裝置,而不要求用戶密碼。 缺少此旗標並不會變更目前的開機需求。 此旗標只能由裝置擁有者設定。 如果應用程式不是裝置擁有者,則會忽略旗標。 設定旗標之後,若未將裝置重設為原廠預設值,就無法還原旗標。
的 android.app.admin.DevicePolicyManager.RESET_PASSWORD_DO_NOT_ASK_CREDENTIALS_ON_BOOT
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。