Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnAuthFailed

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when certain authentication attempt failedd.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnAuthFailed : 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 certain authentication attempt failed. This even will be fired obligatory if previous OnAuthAttempt even user returned False as value of Accept parameter.

See also:     OnAuthAttempt    

Discuss this help topic in SecureBlackbox Forum