Discuss this help topic in SecureBlackbox Forum

TElClientIndySSHTransport.OnAuthenticationSuccess

TElClientIndySSHTransport     See also     


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


This event is fired when authentication process completed successfully

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnAuthenticationSuccess : TNotifyEvent;
    TNotifyEvent = procedure (Sender: TObject) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    TElClientIndySSHTransport fires this property when the authentication process is completed successfully. This event might be preceded by a couple of OnAuthenticationFailed events.

See also:     OnAuthenticationFailed    

Discuss this help topic in SecureBlackbox Forum