EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.AuthAttempts

TElSimpleSSHClient     See also    


 

Specifies the number of password authentication attempts.

 
 

Declaration

[C#]
    int AuthAttempts;

[VB.NET]
    Property AuthAttempts As Integer

[Pascal]
    property AuthAttempts : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation