C# 클래스 BetterMembership.Web.ExtendedMembershipProviderExtensions

파일 보기 프로젝트 열기: TheCodeKing/BetterMembership.Net

공개 메소드들

메소드 설명
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