C# Класс BetterMembership.Web.ExtendedMembershipProviderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, System.TimeSpan interval ) : bool
IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, int intervalSeconds ) : bool

Описание методов

IsAccountLockedOut() публичный статический Метод

public static IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, System.TimeSpan interval ) : bool
provider this
userName string
allowedPasswordAttempts int
interval System.TimeSpan
Результат bool

IsAccountLockedOut() публичный статический Метод

public static IsAccountLockedOut ( this provider, string userName, int allowedPasswordAttempts, int intervalSeconds ) : bool
provider this
userName string
allowedPasswordAttempts int
intervalSeconds int
Результат bool