MySqlWebSecurity.IsAccountLockedOut Method (String, Int32, TimeSpan)

MySQL Connector/Net

MySqlWebSecurityIsAccountLockedOut Method (String, Int32, TimeSpan)

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public static bool IsAccountLockedOut(
	string userName,
	int allowedPasswordAttempts,
	TimeSpan interval
)
Public Shared Function IsAccountLockedOut ( 
	userName As String,
	allowedPasswordAttempts As Integer,
	interval As TimeSpan
) As Boolean
public:
static bool IsAccountLockedOut(
	String^ userName, 
	int allowedPasswordAttempts, 
	TimeSpan interval
)
static member IsAccountLockedOut : 
        userName : string * 
        allowedPasswordAttempts : int * 
        interval : TimeSpan -> bool 

Parameters

userName
Type: SystemString
allowedPasswordAttempts
Type: SystemInt32
interval
Type: SystemTimeSpan

Return Value

Type: Boolean
See Also