Discuss this help topic in SecureBlackbox Forum
Specifies maximum number of authenticcation attempts.
Declaration
[C#/Java]
int MaxAuthAttempts;
[VB.NET]
Property MaxAuthAttempts As Integer
[Pascal]
property MaxAuthAttempts : integer;
[C++]
int32_t get_MaxAuthAttempts();
void set_MaxAuthAttempts(int32_t Value);
[PHP]
integer get_MaxAuthAttempts()
void set_MaxAuthAttempts(integer $Value)
Description
Use this property to specify the maximum number of authentication attempts.
The default value is 3.
Discuss this help topic in SecureBlackbox Forum