C# Class BetterMembership.Web.ExtendedMembershipProviderExtensions

ファイルを表示 Open project: TheCodeKing/BetterMembership.Net

Public Methods

Method 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 method

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

IsAccountLockedOut() public static method

public static IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, int intervalSeconds ) : bool
provider this
userName string
allowedPasswordAttempts int
intervalSeconds int
return bool