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