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

Provides prompt information when Renci.SshNet.KeyboardInteractiveConnectionInfo.AuthenticationPrompt is raised
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticationPrompt ( int id, bool isEchoed, string request )

Initializes a new instance of the AuthenticationPrompt class.

메소드 상세

AuthenticationPrompt() 공개 메소드

Initializes a new instance of the AuthenticationPrompt class.
public AuthenticationPrompt ( int id, bool isEchoed, string request )
id int The sequence id.
isEchoed bool if set to true the user input should be echoed.
request string The request.