Initializes a new instance of the SshMsgKexDhGexGroup class

Namespace: Jscape.Ssh.Transport.Messages
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public SshMsgKexDhGexGroup(
	BigInteger p,
	BigInteger g
)
Visual Basic
Public Sub New ( _
	p As BigInteger, _
	g As BigInteger _
)
Visual C++
public:
SshMsgKexDhGexGroup(
	BigInteger^ p, 
	BigInteger^ g
)

Parameters

p
Type: BigInteger
g
Type: BigInteger

See Also