BigInteger ModInverse Method SSH .NET Client Library Documentation
Mods the inverse.

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

public static BigInteger ModInverse(
	BigInteger bi,
	BigInteger modulus
)

Return Value

Modulus inverted number.
See Also