328 references to PushSequence
InMemory.FunctionalTests (24)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (24)
371
using (writer.
PushSequence
())
381
using (writer.
PushSequence
())
426
using (writer.
PushSequence
())
431
using (writer.
PushSequence
())
441
using (writer.
PushSequence
(s_context0))
444
using (writer.
PushSequence
())
447
using (writer.
PushSequence
())
460
using (writer.
PushSequence
())
490
using (writer.
PushSequence
())
525
using (writer.
PushSequence
())
535
using (writer.
PushSequence
(s_context1))
549
using (writer.
PushSequence
())
559
using (writer.
PushSequence
())
570
writer.
PushSequence
(s_context1);
586
using (writer.
PushSequence
(s_context0))
602
using (writer.
PushSequence
(s_context1))
603
using (writer.
PushSequence
())
620
using (writer.
PushSequence
())
624
using (writer.
PushSequence
())
647
using (writer.
PushSequence
(s_context0))
648
using (writer.
PushSequence
())
659
using (writer.
PushSequence
())
663
using (writer.
PushSequence
(s_context0))
664
using (writer.
PushSequence
())
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (24)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (24)
371
using (writer.
PushSequence
())
381
using (writer.
PushSequence
())
426
using (writer.
PushSequence
())
431
using (writer.
PushSequence
())
441
using (writer.
PushSequence
(s_context0))
444
using (writer.
PushSequence
())
447
using (writer.
PushSequence
())
460
using (writer.
PushSequence
())
490
using (writer.
PushSequence
())
525
using (writer.
PushSequence
())
535
using (writer.
PushSequence
(s_context1))
549
using (writer.
PushSequence
())
559
using (writer.
PushSequence
())
570
writer.
PushSequence
(s_context1);
586
using (writer.
PushSequence
(s_context0))
602
using (writer.
PushSequence
(s_context1))
603
using (writer.
PushSequence
())
620
using (writer.
PushSequence
())
624
using (writer.
PushSequence
())
647
using (writer.
PushSequence
(s_context0))
648
using (writer.
PushSequence
())
659
using (writer.
PushSequence
())
663
using (writer.
PushSequence
(s_context0))
664
using (writer.
PushSequence
())
System.Formats.Asn1 (7)
System\Formats\Asn1\AsnWriter.cs (6)
108
/// <see cref="
PushSequence
"/>, <see cref="PushSetOf"/>, or
134
/// A <see cref="
PushSequence
"/> or <see cref="PushSetOf"/> has not been closed via
169
/// A <see cref="
PushSequence
"/> or <see cref="PushSetOf"/> has not been closed via
192
/// A <see cref="
PushSequence
"/> or <see cref="PushSetOf"/> has not been closed via
229
/// A <see cref="
PushSequence
"/> or <see cref="PushSetOf"/> has not been closed via
271
/// A <see cref="
PushSequence
"/> or <see cref="PushSetOf"/> has not been closed via
System\Formats\Asn1\AsnWriter.Sequence.cs (1)
46
/// <seealso cref="
PushSequence
"/>
System.Net.Security (10)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (10)
143
using (writer.
PushSequence
(new Asn1Tag(TagClass.Application, 0)))
156
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, (int)NegotiationToken.NegTokenInit)))
158
using (writer.
PushSequence
())
167
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, (int)NegTokenInit.MechTypes)))
171
using (mechListWriter.
PushSequence
())
203
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, (int)NegTokenInit.MechToken)))
336
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, (int)NegotiationToken.NegTokenResp)))
338
using (writer.
PushSequence
())
340
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, (int)NegTokenResp.ResponseToken)))
347
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, (int)NegTokenResp.MechListMIC)))
System.Security.Cryptography (159)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\CurveAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (1)
25
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs (3)
26
writer.
PushSequence
(tag);
33
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
41
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs (3)
24
writer.
PushSequence
(tag);
29
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\FieldID.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
111
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 4));
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLKemPrivateKeyBothAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBES2Params.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (1)
41
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
44
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (2)
26
writer.
PushSequence
(tag);
36
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SecretBagAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncapsulatedContentInfoAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
37
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
26
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\IssuerAndSerialNumberAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\OtherCertificateFormat.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignedDataAsn.xml.cs (1)
29
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (1)
30
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
27
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (5)
69
writer.
PushSequence
(tag);
79
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
93
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1));
108
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 2));
123
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 3));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
31
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (1)
29
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
39
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (4)
232
writer.
PushSequence
();
244
writer.
PushSequence
();
255
writer.
PushSequence
();
262
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (10)
464
writer.
PushSequence
();
485
writer.
PushSequence
();
570
writer.
PushSequence
();
579
writer.
PushSequence
();
594
writer.
PushSequence
();
603
writer.
PushSequence
();
741
writer.
PushSequence
();
831
writer.
PushSequence
();
843
writer.
PushSequence
(explicit0);
855
writer.
PushSequence
(explicit1);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
187
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (1)
226
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1203
using (writer.
PushSequence
())
1205
using (writer.
PushSequence
())
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (7)
1027
writer.
PushSequence
();
1035
writer.
PushSequence
();
1047
writer.
PushSequence
();
1051
writer.
PushSequence
();
1056
writer.
PushSequence
();
1064
writer.
PushSequence
();
1078
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (11)
170
contentsWriter.
PushSequence
();
229
writer.
PushSequence
();
233
writer.
PushSequence
();
239
writer.
PushSequence
(contextSpecific0);
257
writer.
PushSequence
();
259
writer.
PushSequence
();
261
writer.
PushSequence
();
312
contentsWriter.
PushSequence
();
329
writer.
PushSequence
();
333
using (writer.
PushSequence
())
337
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0)))
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (2)
75
writer.
PushSequence
();
80
writer.
PushSequence
(contextSpecific0);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
395
writer.
PushSequence
();
403
writer.
PushSequence
();
446
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (5)
180
writer.
PushSequence
();
214
using (writer.
PushSequence
())
244
writer.
PushSequence
();
266
writer.
PushSequence
();
293
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (2)
1126
using (writer.
PushSequence
())
1128
using (writer.
PushSequence
())
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (8)
897
using (writer.
PushSequence
())
915
using (writer.
PushSequence
())
965
using (writer.
PushSequence
())
969
using (writer.
PushSequence
())
975
using (writer.
PushSequence
(contextSpecific0))
990
using (writer.
PushSequence
())
992
using (writer.
PushSequence
())
994
using (writer.
PushSequence
())
System\Security\Cryptography\AsymmetricAlgorithmHelpers.Der.cs (1)
43
writer.
PushSequence
();
System\Security\Cryptography\X509Certificates\Asn1\AccessDescriptionAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\BasicConstraintsAsn.xml.cs (1)
38
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificateAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificatePolicyMappingAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificateTemplateAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (1)
27
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointAsn.xml.cs (3)
26
writer.
PushSequence
(tag);
31
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
46
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 2));
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointNameAsn.xml.cs (1)
47
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\X509Certificates\Asn1\PolicyConstraintsAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\PolicyInformationAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (4)
52
writer.
PushSequence
(tag);
63
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
122
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 3));
124
writer.
PushSequence
();
System\Security\Cryptography\X509Certificates\Asn1\ValidityAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (8)
361
using (writer.
PushSequence
())
382
using (writer.
PushSequence
())
387
using (writer.
PushSequence
())
402
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0)))
405
using (writer.
PushSequence
())
408
using (writer.
PushSequence
())
423
using (writer.
PushSequence
())
442
using (writer.
PushSequence
())
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.CdpExtension.cs (4)
74
writer.
PushSequence
();
78
using (writer.
PushSequence
())
81
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0)))
84
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0)))
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (2)
182
using (writer.
PushSequence
())
185
using (writer.
PushSequence
())
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
58
writer.
PushSequence
();
System\Security\Cryptography\X509Certificates\MLDsaX509SignatureGenerator.cs (1)
30
writer.
PushSequence
();
System\Security\Cryptography\X509Certificates\Pkcs9ExtensionRequest.cs (1)
23
using (writer.
PushSequence
())
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
84
writer.
PushSequence
();
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
83
using (writer.
PushSequence
())
System\Security\Cryptography\X509Certificates\SubjectAlternativeNameBuilder.cs (1)
72
using (writer.
PushSequence
())
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (2)
345
using (_writer.
PushSequence
())
365
using (_writer.
PushSequence
())
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (2)
125
using (writer.
PushSequence
())
514
using (writer.
PushSequence
())
System\Security\Cryptography\X509Certificates\X509AuthorityInformationAccessExtension.cs (2)
288
writer.
PushSequence
();
306
writer.
PushSequence
();
System\Security\Cryptography\X509Certificates\X509AuthorityKeyIdentifierExtension.cs (7)
243
using (writer.
PushSequence
())
313
using (writer.
PushSequence
())
315
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1)))
316
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 4)))
412
using (writer.
PushSequence
())
416
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1)))
417
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 4)))
System\Security\Cryptography\X509Certificates\X509EnhancedKeyUsageExtension.cs (1)
69
using (writer.
PushSequence
())
System.Security.Cryptography.Pkcs (104)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs (3)
24
writer.
PushSequence
(tag);
29
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
111
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 4));
src\libraries\Common\src\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs (4)
52
writer.
PushSequence
(tag);
62
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
76
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1));
90
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 2));
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBES2Params.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (1)
41
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
44
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (2)
26
writer.
PushSequence
(tag);
36
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SecretBagAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
34
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncapsulatedContentInfoAsn.xml.cs (2)
24
writer.
PushSequence
(tag);
37
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
26
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\IssuerAndSerialNumberAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\OtherCertificateFormat.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignedDataAsn.xml.cs (1)
29
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (1)
30
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
27
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (5)
69
writer.
PushSequence
(tag);
79
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
93
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1));
108
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 2));
123
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 3));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
39
writer.
PushSequence
(tag);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
187
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (1)
226
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (7)
1027
writer.
PushSequence
();
1035
writer.
PushSequence
();
1047
writer.
PushSequence
();
1051
writer.
PushSequence
();
1056
writer.
PushSequence
();
1064
writer.
PushSequence
();
1078
writer.
PushSequence
();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (11)
170
contentsWriter.
PushSequence
();
229
writer.
PushSequence
();
233
writer.
PushSequence
();
239
writer.
PushSequence
(contextSpecific0);
257
writer.
PushSequence
();
259
writer.
PushSequence
();
261
writer.
PushSequence
();
312
contentsWriter.
PushSequence
();
329
writer.
PushSequence
();
333
using (writer.
PushSequence
())
337
using (writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0)))
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (2)
75
writer.
PushSequence
();
80
writer.
PushSequence
(contextSpecific0);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
395
writer.
PushSequence
();
403
writer.
PushSequence
();
446
writer.
PushSequence
();
System\Security\Cryptography\Pkcs\Asn1\CadesIssuerSerial.xml.cs (2)
25
writer.
PushSequence
(tag);
28
writer.
PushSequence
();
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
28
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (1)
40
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (4)
28
writer.
PushSequence
(tag);
31
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
37
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1));
44
writer.
PushSequence
();
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
26
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (1)
25
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\OriginatorPublicKeyAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
25
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\PolicyInformation.xml.cs (2)
25
writer.
PushSequence
(tag);
39
writer.
PushSequence
();
System\Security\Cryptography\Pkcs\Asn1\PolicyQualifierInfo.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (1)
25
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (1)
25
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (2)
43
writer.
PushSequence
(tag);
83
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampResp.xml.cs (1)
24
writer.
PushSequence
(tag);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (3)
47
writer.
PushSequence
(tag);
89
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 0));
98
writer.
PushSequence
(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateAsn.xml.cs (3)
25
writer.
PushSequence
(tag);
28
writer.
PushSequence
();
39
writer.
PushSequence
();
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateV2Asn.xml.cs (3)
25
writer.
PushSequence
(tag);
28
writer.
PushSequence
();
39
writer.
PushSequence
();
System\Security\Cryptography\Pkcs\CmsSignature.cs (1)
225
writer.
PushSequence
();
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
622
writer.
PushSequence
();