Method | Description | |
---|---|---|
AddKeyFromFile ( this agent, string fileName, ICollection |
||
AddKeysFromFiles ( this agent, string fileNames, ICollection |
||
PasswordCallbackFactory ( string message ) : KeyFormatter.GetPassphraseCallback |
public static AddKeyFromFile ( this agent, string fileName, ICollection |
||
agent | this | |
fileName | string | |
constraints | ICollection |
|
getPassword | KeyFormatter | |
return | ISshKey |
public static AddKeysFromFiles ( this agent, string fileNames, ICollection |
||
agent | this | |
fileNames | string | |
constraints | ICollection |
|
return | void |
public static PasswordCallbackFactory ( string message ) : KeyFormatter.GetPassphraseCallback | ||
message | string | |
return | KeyFormatter.GetPassphraseCallback |