Share via


MembershipEntity.FailedPasswordAttemptWindowStart Property

 

Gets or sets the start date and time associated with the failed password attempt.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

public DateTime FailedPasswordAttemptWindowStart { get; set; }
public:
property DateTime FailedPasswordAttemptWindowStart {
    DateTime get();
    void set(DateTime value);
}
member FailedPasswordAttemptWindowStart : DateTime with get, set
Public Property FailedPasswordAttemptWindowStart As Date

Property Value

Type: System.DateTime

The start date and time associated with the failed password attempt.

See Also

MembershipEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top