Android.App.Admin.DeviceAdminInfo.UsesPolicyLimitPassword Field
A type of policy that this device admin can use: limit the passwords that the user can select, via DevicePolicyManager.SetPasswordQuality(Android.Content.ComponentName, Android.App.Admin.PasswordQuality) and DevicePolicyManager.SetPasswordMinimumLength(Android.Content.ComponentName, System.Int32).

Value: 0

Syntax

[Android.Runtime.Register("USES_POLICY_LIMIT_PASSWORD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.")]
public const DeviceAdminUses UsesPolicyLimitPassword

Remarks

A type of policy that this device admin can use: limit the passwords that the user can select, via DevicePolicyManager.SetPasswordQuality(Android.Content.ComponentName, Android.App.Admin.PasswordQuality) and DevicePolicyManager.SetPasswordMinimumLength(Android.Content.ComponentName, System.Int32).

To control this policy, the device admin must have a "limit-password" tag in the "uses-policies" section of its meta-data.

[Android Documentation]

Requirements

Namespace: Android.App.Admin
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8