10 references to BigInteger
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnDecoder.Integer.cs (1)
108BigInteger value = new BigInteger(contents, isBigEndian: true);
System.Formats.Cbor (1)
System\Formats\Cbor\CborHelpers.netcoreapp.cs (1)
32=> new BigInteger(bytes, isUnsigned: true, isBigEndian: true);
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
272this(new ReadOnlySpan<byte>(value ?? throw new ArgumentNullException(nameof(value)))) 3538value = new BigInteger(source, isUnsigned, isBigEndian: true); 3545value = new BigInteger(source, isUnsigned, isBigEndian: false);
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (1)
43x = new BigInteger(xSpan, isUnsigned: true, isBigEndian: true);
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
95BigInteger hexValue = new BigInteger(hexBytes, isUnsigned: true, isBigEndian: true);
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
106BigInteger serialNumber = new BigInteger(serialBytes, isUnsigned: true);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSignature.cs (2)
229BigInteger val = new BigInteger( 237val = new BigInteger(