Initializes a new instance of the SshMsgKexDhGexInit class
Namespace: Jscape.Ssh.Transport.MessagesAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public SshMsgKexDhGexInit( BigInteger e ) |
Visual Basic |
---|
Public Sub New ( _ e As BigInteger _ ) |
Visual C++ |
---|
public: SshMsgKexDhGexInit( BigInteger^ e ) |
Parameters
- e
- Type: BigInteger