Initializes a new instance of the SshMsgKexDhGexReply class

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

Syntax

C#
public SshMsgKexDhGexReply(
	byte[] serverHostKey,
	BigInteger f,
	byte[] signature
)
Visual Basic
Public Sub New ( _
	serverHostKey As Byte(), _
	f As BigInteger, _
	signature As Byte() _
)
Visual C++
public:
SshMsgKexDhGexReply(
	array<unsigned char>^ serverHostKey, 
	BigInteger^ f, 
	array<unsigned char>^ signature
)

Parameters

serverHostKey
Type: array<System..::..Byte>[]()[][]
f
Type: BigInteger
signature
Type: array<System..::..Byte>[]()[][]

See Also