KeyExchangeDiffieHellmanGroupSha1 GroupPrime Property SSH .NET Client Library Documentation
Gets the group prime.

Namespace: Renci.SshNet.Security
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public abstract BigInteger GroupPrime { get; }

Field Value

The group prime.
See Also