語言

DevicePolicyManager.PasswordComplexityMedium 欄位

定義

警告

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_MEDIUM", 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 PasswordComplexityMedium = 196608;
[<Android.Runtime.Register("PASSWORD_COMPLEXITY_MEDIUM", 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 PasswordComplexityMedium : Android.App.Admin.PasswordComplexity

欄位值

Value = 196608
屬性

備註

對於 #getPasswordComplexity()#setRequiredPasswordComplexity(int),為常數。 定義中等密碼複雜度區間為:ul>li PIN碼,包含 <b>no</b> 重複(4444)或順序序列(1234、4321、2468),長度至少4<里>(字母)、<>長度至少4里(字母數字)、長度至少4 </ul><<>

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

@see #PASSWORD_QUALITY_NUMERIC_COMPLEX @see #PASSWORD_QUALITY_ALPHABETIC @see #PASSWORD_QUALITY_ALPHANUMERIC

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

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

適用於