DevicePolicyManager.PasswordComplexityLow フィールド

定義

注意事項

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

および #setRequiredPasswordComplexity(int)#getPasswordComplexity()定数。

[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
属性

注釈

および #setRequiredPasswordComplexity(int)#getPasswordComplexity()定数。 パスワードの複雑さの低いバンドをとして定義します<。 ul<>li>pattern <li>PIN with repeating (4444) or ordered (1234, 4321, 2468) sequences </ul>

から #getPasswordComplexity()返された場合、定数は、パスワードが含まれている正確な複雑さのバンドを表します。 #setRequiredPasswordComplexity(int) に渡されると、パスワードが満たす必要がある最小複雑さのバンドが設定されます。

@see #PASSWORD_QUALITY_SOMETHING @see #PASSWORD_QUALITY_NUMERIC

android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_LOWJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象