C# 클래스 CSharpUtils.VirtualFileSystem.Ssh.DirectPasswordUserInfo

상속: UserInfo
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
DirectPasswordUserInfo ( String Password ) : System
getPassphrase ( ) : String
getPassword ( ) : String
promptPassphrase ( String message ) : bool
promptPassword ( String message ) : bool
promptYesNo ( String str ) : bool
showMessage ( String message ) : void

메소드 상세

DirectPasswordUserInfo() 공개 메소드

public DirectPasswordUserInfo ( String Password ) : System
Password String
리턴 System

getPassphrase() 공개 메소드

public getPassphrase ( ) : String
리턴 String

getPassword() 공개 메소드

public getPassword ( ) : String
리턴 String

promptPassphrase() 공개 메소드

public promptPassphrase ( String message ) : bool
message String
리턴 bool

promptPassword() 공개 메소드

public promptPassword ( String message ) : bool
message String
리턴 bool

promptYesNo() 공개 메소드

public promptYesNo ( String str ) : bool
str String
리턴 bool

showMessage() 공개 메소드

public showMessage ( String message ) : void
message String
리턴 void