C# Класс Renci.SshNet.Common.AuthenticationPromptEventArgs

Provides data for Renci.SshNet.KeyboardInteractiveConnectionInfo.AuthenticationPrompt event.
Наследование: AuthenticationEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AuthenticationPromptEventArgs ( string username, string instruction, string language, IEnumerable prompts ) : System.Collections.Generic

Initializes a new instance of the AuthenticationPromptEventArgs class.

Описание методов

AuthenticationPromptEventArgs() публичный Метод

Initializes a new instance of the AuthenticationPromptEventArgs class.
public AuthenticationPromptEventArgs ( string username, string instruction, string language, IEnumerable prompts ) : System.Collections.Generic
username string The username.
instruction string The instruction.
language string The language.
prompts IEnumerable The information request prompts.
Результат System.Collections.Generic