Discuss this help topic in SecureBlackbox Forum
Specifies the maximum number of login attempts.
Declaration
[C#]
int MaxLoginAttempts;
[VB.NET]
Property MaxLoginAttempts As Integer
[Pascal]
property MaxLoginAttempts : integer;
[C++]
int32_t get_MaxLoginAttempts();
void set_MaxLoginAttempts(int32_t Value);
[PHP]
integer get_MaxLoginAttempts()
void set_MaxLoginAttempts(integer $Value)
[Java]
int getMaxLoginAttempts();
void setMaxLoginAttempts(int Value);
Description
Use this property to set the limit of login attempts per session.
The default value is 3.
Discuss this help topic in SecureBlackbox Forum