Sprache

DevicePolicyManager.PasswordComplexityNone 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): kein Kennwort.

[Android.Runtime.Register("PASSWORD_COMPLEXITY_NONE", 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 PasswordComplexityNone = 0;
[<Android.Runtime.Register("PASSWORD_COMPLEXITY_NONE", 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 PasswordComplexityNone : Android.App.Admin.PasswordComplexity

Feldwert

Value = 0
Attribute

Hinweise

Konstante für #getPasswordComplexity() und #setRequiredPasswordComplexity(int): kein Kennwort.

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.

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

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: