BigInteger ModPow Method SSH .NET Client Library Documentation
Performs modulus division on a number raised to the power of another number.

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

public static BigInteger ModPow(
	BigInteger value,
	BigInteger exponent,
	BigInteger modulus
)

Return Value

The remainder after dividing valueexponent by modulus.
See Also