Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorage.MaxAuthAttempts

TElGoogleDataStorage     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


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.

See also:     Authorize     OnAuthAttempt    

Discuss this help topic in SecureBlackbox Forum