SSHPrompt Type

A prompt to provide to the client during keyboard-interactive authentication.

Remarks

This type describes a prompt the SSH daemon will send to the client when requesting keyboard-interactive authentication.

Fields

Echo
Boolean

Specifies if the client should echo the value entered by the user or not.

Prompt
String

The prompt label/text the client should present to the user.

Constructors

public SSHPrompt();
Public SSHPrompt()
public SSHPrompt(string prompt, bool echo);
Public SSHPrompt(ByVal Prompt As String, ByVal Echo As Boolean)

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 .NET Edition - Version 20.0 [Build 8501]