Discuss this help topic in SecureBlackbox Forum
Specifies the number of authentication attempts for the client.
Declaration
[VB.NET]
Property AuthAttempts As Integer
[Pascal]
property AuthAttempts : integer;
[C++]
int32_t get_AuthAttempts();
void set_AuthAttempts(int32_t Value);
[PHP]
integer get_AuthAttempts()
void set_AuthAttempts(integer $Value)
[Java]
int getAuthAttempts();
void setAuthAttempts(int Value);
Description
This property specifies the maximum allowed number of authentication attempts.
Discuss this help topic in SecureBlackbox Forum