Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.AuthAttempts

TElHTTPSession     See also     


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


Specifies the number of authentication attempts for the client.

Declaration

[C#]
    int AuthAttempts;

[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.

See also:     Authenticated    

Discuss this help topic in SecureBlackbox Forum