public static BigInteger CreateRandomBigInteger(
int bitLength,
SecureRandom secureRandom
)
Public Shared Function CreateRandomBigInteger (
bitLength As Integer,
secureRandom As SecureRandom
) As BigInteger
public:
static BigInteger^ CreateRandomBigInteger(
int bitLength,
SecureRandom^ secureRandom
)
Org.BouncyCastle.Utilities.BigIntegers.CreateRandomBigInteger = function(bitLength, secureRandom);