Метод | Описание | |
---|---|---|
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 |
Результат | ISshKey |
public static GetAllKeys ( this aAgent ) : ICollection |
||
aAgent | this | |
Результат | ICollection |
public static RemoveAllKeys ( this aAgent ) : void | ||
aAgent | this | |
Результат | void |