Android.App.Admin.DeviceAdminInfo.UsesPolicyResetPassword Field
A type of policy that this device admin can use: able to reset the user's password via DevicePolicyManager.ResetPassword(string, Android.App.Admin.ResetPasswordFlags).

Value: 2

Syntax

[Android.Runtime.Register("USES_POLICY_RESET_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 UsesPolicyResetPassword

Remarks

A type of policy that this device admin can use: able to reset the user's password via DevicePolicyManager.ResetPassword(string, Android.App.Admin.ResetPasswordFlags).

To control this policy, the device admin must have a "reset-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