This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
Namespace: Smartsite.Security.Authentication
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public override int MaxInvalidPasswordAttempts { get; } |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides ReadOnly Property MaxInvalidPasswordAttempts As Integer Get |
Field Value
Return Value
The number of invalid password or password-answer attempts allowed before the membership user is locked out.See Also
LDAPMembershipProvider Class
Smartsite.Security.Authentication Namespace