5 references to ReadIntegerBytes
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
715ReadOnlyMemory<byte> reqSerial = idReader.ReadIntegerBytes();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
715ReadOnlyMemory<byte> reqSerial = idReader.ReadIntegerBytes();
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
317ReadOnlySpan<byte> primeValue = primeReader.ReadIntegerBytes().Span;
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSignature.cs (2)
179ReadOnlySpan<byte> val = sequence.ReadIntegerBytes().Span; 191val = sequence.ReadIntegerBytes().Span;