Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.AuthAttempts

TElSSHBaseClient     See also     


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


Specifies the number of password authentication attempts.

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

Use this property to specify the number of password authentication attempts. The default value is 1.

In case of password authentication failure set new password inside the OnAuthenticationFailed event handler.

See also:     OnAuthenticationFailed     AuthenticationTypes    

Discuss this help topic in SecureBlackbox Forum