BigInteger Pow Method SSH .NET Client Library Documentation
Raises a System.Numerics.BigInteger value to the power of a specified value.

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

public static BigInteger Pow(
	BigInteger value,
	int exponent
)

Return Value

The result of raising value to the exponent power.
See Also