EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.KbdIntInstruction

TElSimpleSSHClient     See also    


 

This property contains the instruction sent by the server during keyboard-interactive authentication.

 
 

Declaration

[C#]
    string KbdIntInstruction;

[VB.NET]
    Property KbdIntInstruction As String

[Pascal]
    property KbdIntInstruction : string;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this read-only property to get the "instruction" string which is sent by the server when authentication is performed using keyboard-interactive method.
    During keyboard-interactive authentication server sends to client some textual instructions in a form of two strings: "name" and "instruction". The client must follow these instructions to succeed authentication. For example: "name" = "Welcome to authentication", "instruction" = "Please, enter your password". The "name" string is specified by KbdIntName property.

 
 

See also:     KbdIntName AuthenticationTypes

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation