C# 클래스 Renci.SshNet.Messages.Authentication.RequestMessageKeyboardInteractive

Represents "keyboard-interactive" SSH_MSG_USERAUTH_REQUEST message.
상속: RequestMessage
파일 보기 프로젝트 열기: sshnet/SSH.NET

공개 메소드들

메소드 설명
RequestMessageKeyboardInteractive ( ServiceName serviceName, string username ) : Renci.SshNet.Common

Initializes a new instance of the RequestMessageKeyboardInteractive class.

보호된 메소드들

메소드 설명
SaveData ( ) : void

Called when type specific data need to be saved.

메소드 상세

RequestMessageKeyboardInteractive() 공개 메소드

Initializes a new instance of the RequestMessageKeyboardInteractive class.
public RequestMessageKeyboardInteractive ( ServiceName serviceName, string username ) : Renci.SshNet.Common
serviceName ServiceName Name of the service.
username string Authentication username.
리턴 Renci.SshNet.Common

SaveData() 보호된 메소드

Called when type specific data need to be saved.
protected SaveData ( ) : void
리턴 void