C# Class CSharpUtils.VirtualFileSystem.Ssh.DirectPasswordUserInfo

Inheritance: UserInfo
Datei anzeigen Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method Description
DirectPasswordUserInfo ( String Password ) : System
getPassphrase ( ) : String
getPassword ( ) : String
promptPassphrase ( String message ) : bool
promptPassword ( String message ) : bool
promptYesNo ( String str ) : bool
showMessage ( String message ) : void

Method Details

DirectPasswordUserInfo() public method

public DirectPasswordUserInfo ( String Password ) : System
Password String
return System

getPassphrase() public method

public getPassphrase ( ) : String
return String

getPassword() public method

public getPassword ( ) : String
return String

promptPassphrase() public method

public promptPassphrase ( String message ) : bool
message String
return bool

promptPassword() public method

public promptPassword ( String message ) : bool
message String
return bool

promptYesNo() public method

public promptYesNo ( String str ) : bool
str String
return bool

showMessage() public method

public showMessage ( String message ) : void
message String
return void