InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsSecureShell Interface / SSHShowBannerDialog Property


In This Topic
    SSHShowBannerDialog Property
    In This Topic
    Specifies whether InfoConnect displays banner information in a dialog box before completing the Secure Shell connection.
    Syntax
    'Declaration
     
    
    Property SSHShowBannerDialog As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsSecureShell
    Dim value As Boolean
     
    instance.SSHShowBannerDialog = value
     
    value = instance.SSHShowBannerDialog
    bool SSHShowBannerDialog {get; set;}

    Property Value

    The default value is true. This value cannot be changed if the connection is open.
    Remarks
    This setting is relevant only if your host is configured to display banners. Banner display can be surpressed by setting the Secure Shell Logging Level to Quiet.
    See Also