24 references to WriteInteger
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
433writer.WriteInteger(serial);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
433writer.WriteInteger(serial);
System.Security.Cryptography (17)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\IssuerAndSerialNumberAsn.xml.cs (1)
43writer.WriteInteger(SerialNumber.Span);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (8)
34writer.WriteInteger(Modulus.Span); 35writer.WriteInteger(PublicExponent.Span); 36writer.WriteInteger(PrivateExponent.Span); 37writer.WriteInteger(Prime1.Span); 38writer.WriteInteger(Prime2.Span); 39writer.WriteInteger(Exponent1.Span); 40writer.WriteInteger(Exponent2.Span); 41writer.WriteInteger(Coefficient.Span);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (2)
26writer.WriteInteger(Modulus.Span); 27writer.WriteInteger(PublicExponent.Span);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (2)
35writer.WriteInteger(Order.Span); 39writer.WriteInteger(Cofactor.Value.Span);
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (1)
69writer.WriteInteger(SerialNumber.Span);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
394writer.WriteInteger(revoked.Serial);
System\Security\Cryptography\X509Certificates\X509AuthorityKeyIdentifierExtension.cs (2)
323writer.WriteInteger(serialNumber, new Asn1Tag(TagClass.ContextSpecific, 2)); 424writer.WriteInteger(serialNumber, new Asn1Tag(TagClass.ContextSpecific, 2));
System.Security.Cryptography.Pkcs (5)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\IssuerAndSerialNumberAsn.xml.cs (1)
43writer.WriteInteger(SerialNumber.Span);
System\Security\Cryptography\Pkcs\Asn1\CadesIssuerSerial.xml.cs (1)
35writer.WriteInteger(SerialNumber.Span);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
63writer.WriteInteger(Nonce.Value.Span);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (2)
59writer.WriteInteger(SerialNumber.Span); 83writer.WriteInteger(Nonce.Value.Span);