32 references to WriteInteger
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
384
writer.
WriteInteger
(1);
466
writer.
WriteInteger
(_crlNumber);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
384
writer.
WriteInteger
(1);
466
writer.
WriteInteger
(_crlNumber);
System.Security.Cryptography.Pkcs (28)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
27
writer.
WriteInteger
(IterationCount);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (2)
44
writer.
WriteInteger
(IterationCount);
48
writer.
WriteInteger
(KeyLength.Value);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
53
tmp.
WriteInteger
(IterationCount);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
27
writer.
WriteInteger
(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
28
writer.
WriteInteger
(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignedDataAsn.xml.cs (1)
31
writer.
WriteInteger
(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (1)
32
writer.
WriteInteger
(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
29
writer.
WriteInteger
(Version);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (2)
104
tmp.
WriteInteger
(SaltLength);
119
tmp.
WriteInteger
(TrailerField);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (1)
26
writer.
WriteInteger
(Rc2Version);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
190
writer.
WriteInteger
(0);
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
1037
writer.
WriteInteger
(iterationCount);
1059
writer.
WriteInteger
(iterationCount);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (3)
231
writer.
WriteInteger
(3);
275
writer.
WriteInteger
(iterationCount);
331
writer.
WriteInteger
(3);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
399
writer.
WriteInteger
(0);
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
30
writer.
WriteInteger
(Version);
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (1)
30
writer.
WriteInteger
(Version);
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
28
writer.
WriteInteger
(Version);
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
27
writer.
WriteInteger
(Status);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (3)
30
writer.
WriteInteger
(Seconds.Value);
36
writer.
WriteInteger
(Millis.Value, new Asn1Tag(TagClass.ContextSpecific, 0));
42
writer.
WriteInteger
(Micros.Value, new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
45
writer.
WriteInteger
(Version);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
49
writer.
WriteInteger
(Version);