MembershipEntity.FailedPasswordAttemptCount Property
Gets or sets the number of failed password attempt.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Syntax
public int FailedPasswordAttemptCount { get; set; }
public:
property int FailedPasswordAttemptCount {
int get();
void set(int value);
}
member FailedPasswordAttemptCount : int with get, set
Public Property FailedPasswordAttemptCount As Integer
Property Value
Type: System.Int32
The number of failed password attempt.
See Also
MembershipEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity
Return to top