C# 클래스 Renci.SshNet.Common.AuthenticationPromptEventArgs

Provides data for Renci.SshNet.KeyboardInteractiveConnectionInfo.AuthenticationPrompt event.
상속: AuthenticationEventArgs
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
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