Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.AuthAttempts

TElSimpleSSHClient     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.
    Default value is 1.
    In case of password authentication failure set the new password inside the OnAuthenticationFailed event handler.

See also:     OnAuthenticationFailed     AuthenticationTypes    

Discuss this help topic in SecureBlackbox Forum