Sprache

DevicePolicyManager.PasswordComplexityLow Feld

Definition

Achtung

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

Konstante für #getPasswordComplexity() und #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

Feldwert

Value = 65536
Attribute

Hinweise

Konstante für #getPasswordComplexity() und #setRequiredPasswordComplexity(int). Definieren Sie den Bereich für geringe Kennwortkomplexität wie: <ul><li>pattern <li>PIN mit wiederholter (4444) oder sortierter Sequenzen <(1234, 4321, 2468) /ul>

Wenn die Konstante zurückgegeben #getPasswordComplexity()wird, stellt die Konstante das genaue Komplexitätsband dar, in dem sich das Kennwort befindet. Wenn sie an #setRequiredPasswordComplexity(int) übergeben wird, wird das Mindestkomplexitätsband festgelegt, das das Kennwort erfüllen muss.

@see #PASSWORD_QUALITY_SOMETHING @see #PASSWORD_QUALITY_NUMERIC

Java Dokumentation für android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_LOW.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: