Discuss this help topic in SecureBlackbox Forum

TElIdSSHServerIOHandler.OnAuthBanner

TElIdSSHServerIOHandler     See also     


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


This event receives information that should be shown to the client.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnAuthBanner: TSSHAuthBannerEvent;
    
    TSSHAuthBannerEvent = procedure(Sender : TObject; const Username : string; AuthType : integer; var Banner: string; var LanguageTag : string) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Username - the name of the client being authenticated
  • AuthType - the type of authentication
  • Banner - message text to be shown
  • LanguageTag - language code (see RFC1766)

Authentication type values

Description

    This event is fired if it is necessary to show greeting or warning to the client during authentication.

See also:     OnAuthAttempt    

Discuss this help topic in SecureBlackbox Forum