Method | Description | |
---|---|---|
KeyExchangeDhInitMessage ( BigInteger clientExchangeValue ) : Renci.SshNet.Common |
Initializes a new instance of the KeyExchangeDhInitMessage class.
|
Method | Description | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
Method | Description | |
---|---|---|
Process ( Session session ) : void |
public KeyExchangeDhInitMessage ( BigInteger clientExchangeValue ) : Renci.SshNet.Common | ||
clientExchangeValue | BigInteger | The client exchange value. |
return | Renci.SshNet.Common |