EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.OnAuthenticationFailed

TElSimpleSSHClient     See also    


 

This event is fired when a single authentication attempt is failed

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    property OnAuthenticationFailed: TSSHAuthenticationFailedEvent;
    TSSHAuthenticationFailedEvent = procedure (Sender: TObject; AuthenticationType : integer) of object;

[VB6]
    Event IElSimpleSSHClientXEvents.OnAuthenticationFailed(AuthenticationType As tagTxSSHAuthenticationType)

[ActiveX]
    void IElSimpleSSHClientXEvents.OnAuthenticationFailed([in] TxSSHAuthenticationType AuthenticationType );

[DLL]
    not implemented;
 
 

Parameters

  • AuthenticationType - The type of authentication that failed
 
 

Description

    This event is fired when the single authentication attempt is failed. As SSH may try a number of authentication attempts of different types or with different parameters (as public keys), during one session, this event may be not critical and may not lead to the closing of the connection.

 
 

See also:     OnAuthenticationSuccess

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