C# Class CSharpUtils.VirtualFileSystem.Ssh.DirectPasswordUserInfo

Inheritance: UserInfo
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DirectPasswordUserInfo ( String Password ) : System
Password String
Résultat System

getPassphrase() public méthode

public getPassphrase ( ) : String
Résultat String

getPassword() public méthode

public getPassword ( ) : String
Résultat String

promptPassphrase() public méthode

public promptPassphrase ( String message ) : bool
message String
Résultat bool

promptPassword() public méthode

public promptPassword ( String message ) : bool
message String
Résultat bool

promptYesNo() public méthode

public promptYesNo ( String str ) : bool
str String
Résultat bool

showMessage() public méthode

public showMessage ( String message ) : void
message String
Résultat void