Click or drag to resize
AuthenticationHelperMaximumInvalidPasswordAttemps Method
Gets limit of invalid password attempts before user account is locked

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static int MaximumInvalidPasswordAttemps(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name for which the check is made

Return Value

Type: Int32
See Also