Android.App.Admin.DevicePolicyManager.CurrentFailedPasswordAttempts Property
Retrieve the number of times the user has failed at entering a password since that last successful password entry.

Syntax

[get: Android.Runtime.Register("getCurrentFailedPasswordAttempts", "()I", "GetGetCurrentFailedPasswordAttemptsHandler")]
public virtual int CurrentFailedPasswordAttempts { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the number of times the user has failed at entering a password since that last successful password entry.

The calling device admin must have requested DeviceAdminInfo.UsesPolicyWatchLogin to be able to call this method; if it has not, a security exception will be thrown.

[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