C# Class dlech.SshAgentLib.WinForms.Ext

Extension Methods
Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Méthode Description
AddKeyFromFile ( this agent, string fileName, ICollection constraints, KeyFormatter getPassword = null ) : ISshKey
AddKeysFromFiles ( this agent, string fileNames, ICollection constraints = null ) : void
PasswordCallbackFactory ( string message ) : KeyFormatter.GetPassphraseCallback

Method Details

AddKeyFromFile() public static méthode

public static AddKeyFromFile ( this agent, string fileName, ICollection constraints, KeyFormatter getPassword = null ) : ISshKey
agent this
fileName string
constraints ICollection
getPassword KeyFormatter
Résultat ISshKey

AddKeysFromFiles() public static méthode

public static AddKeysFromFiles ( this agent, string fileNames, ICollection constraints = null ) : void
agent this
fileNames string
constraints ICollection
Résultat void

PasswordCallbackFactory() public static méthode

public static PasswordCallbackFactory ( string message ) : KeyFormatter.GetPassphraseCallback
message string
Résultat KeyFormatter.GetPassphraseCallback