Method | Description | |
---|---|---|
AddKey ( ISshKey key ) : void | ||
AnswerMessage ( Stream messageStream, |
Answers the message. code based on winpgnt.c from PuTTY source code |
|
Dispose ( ) : void | ||
ListKeys ( SshVersion aVersion ) : ICollection |
||
Lock ( byte aPassphrase ) : void | ||
RemoveAllKeys ( SshVersion aVersion ) : void | ||
RemoveKey ( ISshKey key ) : void | ||
Unlock ( byte aPassphrase ) : void |
Method | Description | |
---|---|---|
Agent ( ) : System |
Method | Description | |
---|---|---|
FireKeyAdded ( ISshKey key ) : void | ||
FireKeyRemoved ( ISshKey key ) : void | ||
FireLocked ( ) : void |
Fires lock event for listeners
|
public AnswerMessage ( Stream messageStream, |
||
messageStream | Stream | Message stream. |
process | The calling process or |
|
return | void |
public ListKeys ( SshVersion aVersion ) : ICollection |
||
aVersion | SshVersion | |
return | ICollection |
public RemoveAllKeys ( SshVersion aVersion ) : void | ||
aVersion | SshVersion | |
return | void |