Namespace: Jscape.Ssh.TransportAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public DHGexKeyExchange(
string name,
int min,
int n,
int max,
IHash hash
) |
Visual Basic |
---|
Public Sub New ( _
name As String, _
min As Integer, _
n As Integer, _
max As Integer, _
hash As IHash _
) |
Visual C++ |
---|
public:
DHGexKeyExchange(
String^ name,
int min,
int n,
int max,
IHash^ hash
) |
Parameters
- name
- Type: System..::..String
- min
- Type: System..::..Int32
- n
- Type: System..::..Int32
- max
- Type: System..::..Int32
- hash
- Type: IHash
See Also