C# Class BetterMembership.Web.ExtendedMembershipProviderExtensions

Afficher le fichier Open project: TheCodeKing/BetterMembership.Net

Méthodes publiques

Méthode Description
IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, System.TimeSpan interval ) : bool
IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, int intervalSeconds ) : bool

Method Details

IsAccountLockedOut() public static méthode

public static IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, System.TimeSpan interval ) : bool
provider this
userName string
allowedPasswordAttempts int
interval System.TimeSpan
Résultat bool

IsAccountLockedOut() public static méthode

public static IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, int intervalSeconds ) : bool
provider this
userName string
allowedPasswordAttempts int
intervalSeconds int
Résultat bool