UserExceededFailedPasswordAttempts Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private static bool ExceededFailedPasswordAttempts(
	Management management,
	bool useMaster,
	int failedPasswordAttemptCount,
	out UserLockoutTypes lockoutType
)

Parameters

management  Management
 
useMaster  Boolean
 
failedPasswordAttemptCount  Int32
 
lockoutType  UserLockoutTypes
 

Return Value

Boolean

See Also