Namespace: Org.BouncyCastle.Math
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public BigInteger ModPow(
	BigInteger exponent,
	BigInteger m
)
Visual Basic
Public Function ModPow ( _
	exponent As BigInteger, _
	m As BigInteger _
) As BigInteger
Visual C++
public:
BigInteger^ ModPow(
	BigInteger^ exponent, 
	BigInteger^ m
)

See Also