Sprache

DevicePolicyManager.PasswordComplexityMedium 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_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

Feldwert

Value = 196608
Attribute

Hinweise

Konstante für #getPasswordComplexity() und #setRequiredPasswordComplexity(int). Definieren Sie das mittlere Kennwortkomplexitätsband wie: <ul<>li>PIN mit <b>no</b> Repeating (4444) oder sortiert (1234, 4321, 2468) Sequenzen, Länge mindestens 4 li>alphabetisch, Länge mindestens 4 <<li>alphanumerisch, Länge mindestens 4 </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_NUMERIC_COMPLEX @see #PASSWORD_QUALITY_ALPHABETIC @see #PASSWORD_QUALITY_ALPHANUMERIC

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

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: