語言

DevicePolicyManager.PasswordComplexityLow 欄位

定義

警告

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

對於 #getPasswordComplexity()#setRequiredPasswordComplexity(int),為常數。

[Android.Runtime.Register("PASSWORD_COMPLEXITY_LOW", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PasswordComplexity enum directly instead of this field.", true)]
public const Android.App.Admin.PasswordComplexity PasswordComplexityLow = 65536;
[<Android.Runtime.Register("PASSWORD_COMPLEXITY_LOW", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PasswordComplexity enum directly instead of this field.", true)>]
val mutable PasswordComplexityLow : Android.App.Admin.PasswordComplexity

欄位值

Value = 65536
屬性

備註

對於 #getPasswordComplexity()#setRequiredPasswordComplexity(int),為常數。 定義低密碼複雜度頻段為:<ul<>li 模式 <>li>PIN帶有重複(4444)或有序序列(1234、4321、2468)/<ul>

當從 #getPasswordComplexity()返回時,常數代表密碼所處的精確複雜度區間。 當傳遞給 #setRequiredPasswordComplexity(int) 時,會設定密碼必須達到的最小複雜度區間。

@see #PASSWORD_QUALITY_SOMETHING @see #PASSWORD_QUALITY_NUMERIC

Java 文件 android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_LOW

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於