5 references to BigInteger
System.Core (4)
System\Security\Cryptography\NCryptNative.cs (2)
1880x = new BigInteger(ReverseBytes(blob, 2 * sizeof(int), parameterSize, true)); 1881y = new BigInteger(ReverseBytes(blob, 2 * sizeof(int) + parameterSize, parameterSize, true));
System\Security\Cryptography\Rfc4050KeyFormatter.cs (2)
336BigInteger x = new BigInteger(xBytes); 337BigInteger y = new BigInteger(yBytes);
System.Numerics (1)
System\Numerics\BigNumber.cs (1)
411value = new BigInteger(bits);