BigInteger Modulus Operator SSH .NET Client Library Documentation
Returns the remainder that results from division with two specified BigInteger values.

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

public static BigInteger operator %(
	BigInteger dividend,
	BigInteger divisor
)

Return Value

The remainder that results from the division.
See Also