C# Class dlech.SshAgentLib.WinForms.Ext

Extension Methods
Datei anzeigen Open project: dlech/SshAgentLib

Public Methods

Method 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 method

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

AddKeysFromFiles() public static method

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

PasswordCallbackFactory() public static method

public static PasswordCallbackFactory ( string message ) : KeyFormatter.GetPassphraseCallback
message string
return KeyFormatter.GetPassphraseCallback