3 references to BigInteger
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
2295return new BigInteger(value); 2350return new BigInteger(value);
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHelpers.cs (1)
183=> throw new CryptographicException(SR.Format(SR.Sign1UnknownCoseAlgorithm, BigInteger.MinusOne - new BigInteger(alg)));