Method | Description | |
---|---|---|
AddKeyFromFile ( this aAgent, string aFileName, |
Reads file and loads key into agent
|
|
GetAllKeys ( this aAgent ) : ICollection |
||
RemoveAllKeys ( this aAgent ) : void |
public static AddKeyFromFile ( this aAgent, string aFileName, |
||
aAgent | this | the agent |
aFileName | string | pathname of file to read |
aGetPassPhraseCallback | method that returns passphrase | |
aConstraints | ICollection |
additional constraints |
return | ISshKey |
public static GetAllKeys ( this aAgent ) : ICollection |
||
aAgent | this | |
return | ICollection |
public static RemoveAllKeys ( this aAgent ) : void | ||
aAgent | this | |
return | void |