2 references to BigInteger
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
2422public static implicit operator BigInteger(ulong value) => 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)));