69 references to WriteInteger
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
384writer.WriteInteger(1); 466writer.WriteInteger(_crlNumber);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
384writer.WriteInteger(1); 466writer.WriteInteger(_crlNumber);
System.Security.Cryptography (37)
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs (1)
28writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
27writer.WriteInteger(IterationCount);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (2)
44writer.WriteInteger(IterationCount); 48writer.WriteInteger(KeyLength.Value);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
53tmp.WriteInteger(IterationCount);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
27writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
28writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
29writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (2)
104tmp.WriteInteger(SaltLength); 119tmp.WriteInteger(TrailerField);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (1)
26writer.WriteInteger(Rc2Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
33writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (1)
31writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (1)
191writer.WriteInteger(0);
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (7)
576writer.WriteInteger(1); 597writer.WriteInteger(m); 605writer.WriteInteger(k1); 606writer.WriteInteger(k2); 607writer.WriteInteger(k3); 618writer.WriteInteger(k1); 834writer.WriteInteger(1);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
190writer.WriteInteger(0);
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
1037writer.WriteInteger(iterationCount); 1059writer.WriteInteger(iterationCount);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (2)
217writer.WriteInteger(0); 296writer.WriteInteger(0);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
937writer.WriteInteger(3);
System\Security\Cryptography\X509Certificates\Asn1\BasicConstraintsAsn.xml.cs (1)
56writer.WriteInteger(PathLengthConstraint.Value);
System\Security\Cryptography\X509Certificates\Asn1\CertificateTemplateAsn.xml.cs (2)
35writer.WriteInteger(TemplateMajorVersion); 39writer.WriteInteger(TemplateMinorVersion.Value);
System\Security\Cryptography\X509Certificates\Asn1\PolicyConstraintsAsn.xml.cs (2)
29writer.WriteInteger(RequireExplicitPolicyDepth.Value, new Asn1Tag(TagClass.ContextSpecific, 0)); 35writer.WriteInteger(InhibitMappingDepth.Value, new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (1)
59tmp.WriteInteger(Version);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
352writer.WriteInteger(1);
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (3)
435tmpWriter.WriteInteger(0); 517tmpWriter.WriteInteger(3); 556tmpWriter.WriteInteger(s_windowsPbe.IterationCount);
System.Security.Cryptography.Pkcs (28)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
27writer.WriteInteger(IterationCount);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (2)
44writer.WriteInteger(IterationCount); 48writer.WriteInteger(KeyLength.Value);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
53tmp.WriteInteger(IterationCount);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
27writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
28writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
29writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (2)
104tmp.WriteInteger(SaltLength); 119tmp.WriteInteger(TrailerField);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (1)
26writer.WriteInteger(Rc2Version);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
190writer.WriteInteger(0);
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
1037writer.WriteInteger(iterationCount); 1059writer.WriteInteger(iterationCount);
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
30writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (1)
30writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
28writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
27writer.WriteInteger(Status);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (3)
30writer.WriteInteger(Seconds.Value); 36writer.WriteInteger(Millis.Value, new Asn1Tag(TagClass.ContextSpecific, 0)); 42writer.WriteInteger(Micros.Value, new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
45writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
49writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (1)
31writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
32writer.WriteInteger(Version);
System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (3)
240writer.WriteInteger(3); 284writer.WriteInteger(iterationCount); 340writer.WriteInteger(3);
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
415writer.WriteInteger(0);