UserExceededFailedPasswordAttempts Method
Namespace: Centralpoint.WebAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
private static bool ExceededFailedPasswordAttempts(
Management management,
bool useMaster,
int failedPasswordAttemptCount,
out UserLockoutTypes lockoutType
)
Private Shared Function ExceededFailedPasswordAttempts (
management As Management,
useMaster As Boolean,
failedPasswordAttemptCount As Integer,
<OutAttribute> ByRef lockoutType As UserLockoutTypes
) As Boolean
- management Management
-
- useMaster Boolean
-
- failedPasswordAttemptCount Int32
-
- lockoutType UserLockoutTypes
-
Boolean