Метод | Описание | |
---|---|---|
Load ( string passphrase, |
Read SSH.com SSH2 private key parameters.
|
|
SSHComPrivateKeyLoader ( byte keyFile, string keyFilePath ) : System |
Constructor
|
Метод | Описание | |
---|---|---|
GetStreamReader ( ) : |
||
ReadBigIntWithBits ( Granados.IO.SSH2.SSH2DataReader reader ) : |
Reads a multiple precision integer.
|
public Load ( string passphrase, |
||
passphrase | string | passphrase for decrypt the key file |
keyPair | key pair | |
comment | string | comment or empty if it didn't exist |
Результат | void |
public SSHComPrivateKeyLoader ( byte keyFile, string keyFilePath ) : System | ||
keyFile | byte | key file data |
keyFilePath | string | Path of a key file |
Результат | System |