Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.KbdIntInstruction

TElSSHBaseClient     See also     


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


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;

[C++]
    void get_KbdIntInstruction(std::string &OutResult);

[PHP]
    string get_KbdIntInstruction()

[Java]
    String getKbdIntInstruction();

Description

Use this read-only property to get the "instruction" string sent by the server during keyboard-interactive authentication.

During keyboard-interactive authentication server sends to the client some textual instructions in a form of two strings: "name" and "instruction". The client must follow these instructions to authenticate to the server. For example: "name" = "Welcome to authentication", "instruction" ="Please, enter your password". The "name" string is specified by KbdIntName property.

See also:     KbdIntName     AuthenticationTypes    

Discuss this help topic in SecureBlackbox Forum