I work to implement an RSA key algorithm. But I couldn\'t use a 2048-bit value. How I can use it?
I want to use big integer.
BigInteger is available in .NET 4.0 or later. There are some third-party implementations as well (In case you are using an earlier version of the framework).