Discuss this help topic in SecureBlackbox Forum

TElIndySSHShellIOHandlerSocket.OnAuthenticationFailed

TElIndySSHShellIOHandlerSocket     See also     


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


This event is fired when a single authentication attempt is failed

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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    

Discuss this help topic in SecureBlackbox Forum