221 references to PopSequence
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
572writer.PopSequence(s_context1); 651writer.PopSequence();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
572writer.PopSequence(s_context1); 651writer.PopSequence();
System.Formats.Asn1 (7)
System\Formats\Asn1\AsnWriter.cs (5)
135/// <see cref="PopSequence"/> or <see cref="PopSetOf"/>. 170/// <see cref="PopSequence"/> or <see cref="PopSetOf"/>. 193/// <see cref="PopSequence"/> or <see cref="PopSetOf"/>. 230/// <see cref="PopSequence"/> or <see cref="PopSetOf"/>. 272/// <see cref="PopSequence"/> or <see cref="PopSetOf"/>.
System\Formats\Asn1\AsnWriter.Sequence.cs (2)
15/// A disposable value which will automatically call <see cref="PopSequence"/>. 23/// <seealso cref="PopSequence"/>
System.Security.Cryptography (108)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
47writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
50writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\CurveAsn.xml.cs (1)
35writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (1)
30writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs (3)
35writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 43writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 1)); 46writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs (3)
31writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 36writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 1)); 37writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\FieldID.xml.cs (1)
42writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
120writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 4));
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (2)
43writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 44writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBES2Params.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (1)
63writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (2)
43writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 44writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
61writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
35writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (2)
45writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 59writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (2)
43writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 44writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
42writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
43writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
45writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (5)
81writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 95writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 1)); 110writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 2)); 125writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 3)); 129writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
42writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (1)
55writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
63writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (4)
235writer.PopSequence(); 248writer.PopSequence(); 266writer.PopSequence(); 267writer.PopSequence();
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (10)
472writer.PopSequence(); 490writer.PopSequence(); 609writer.PopSequence(); 621writer.PopSequence(); 625writer.PopSequence(); 645writer.PopSequence(); 750writer.PopSequence(); 847writer.PopSequence(explicit0); 859writer.PopSequence(explicit1); 862writer.PopSequence();
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
204writer.PopSequence();
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (1)
238writer.PopSequence();
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (7)
1038writer.PopSequence(); 1067writer.PopSequence(); 1070writer.PopSequence(); 1073writer.PopSequence(); 1081writer.PopSequence(); 1084writer.PopSequence(); 1088writer.PopSequence();
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (4)
183writer.PopSequence(); 255writer.PopSequence(); 269writer.PopSequence(); 306writer.PopSequence();
System\Security\Cryptography\AsymmetricAlgorithmHelpers.Der.cs (1)
46writer.PopSequence();
System\Security\Cryptography\X509Certificates\Asn1\AccessDescriptionAsn.xml.cs (1)
35writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\BasicConstraintsAsn.xml.cs (1)
59writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificateAsn.xml.cs (1)
30writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificatePolicyMappingAsn.xml.cs (1)
42writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificateTemplateAsn.xml.cs (1)
42writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestAsn.xml.cs (1)
30writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (1)
56writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointAsn.xml.cs (3)
33writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 51writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 2)); 55writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointNameAsn.xml.cs (1)
52writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\X509Certificates\Asn1\PolicyConstraintsAsn.xml.cs (1)
38writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\PolicyInformationAsn.xml.cs (1)
47writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (4)
65writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 129writer.PopSequence(); 131writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 3)); 134writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\Asn1\ValidityAsn.xml.cs (1)
28writer.PopSequence(tag);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.CdpExtension.cs (1)
109writer.PopSequence();
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
60writer.PopSequence();
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
87writer.PopSequence();
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (16)
358tmpWriter.PopSequence(s_contextSpecific0); 367tmpWriter.PopSequence(); 370tmpWriter.PopSequence(); 419tmpWriter.PopSequence(s_contextSpecific0); 420tmpWriter.PopSequence(); 452tmpWriter.PopSequence(); 455tmpWriter.PopSequence(); 456tmpWriter.PopSequence(s_contextSpecific0); 459tmpWriter.PopSequence(); 463tmpWriter.PopSequence(); 526tmpWriter.PopSequence(s_contextSpecific0); 529tmpWriter.PopSequence(); 548tmpWriter.PopSequence(); 552tmpWriter.PopSequence(); 558tmpWriter.PopSequence(); 561tmpWriter.PopSequence();
System\Security\Cryptography\X509Certificates\X509AuthorityInformationAccessExtension.cs (2)
303writer.PopSequence(); 326writer.PopSequence();
System.Security.Cryptography.Pkcs (102)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
47writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
50writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs (3)
31writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 36writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 1)); 37writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
120writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 4));
src\libraries\Common\src\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs (4)
64writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 78writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 1)); 92writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 2)); 96writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (2)
43writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 44writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBES2Params.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (1)
63writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (2)
43writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 44writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
61writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
35writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (2)
45writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 59writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (2)
43writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 44writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
42writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
43writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
45writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (5)
81writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 95writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 1)); 110writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 2)); 125writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 3)); 129writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (1)
28writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
63writer.PopSequence(tag);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
204writer.PopSequence();
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (1)
238writer.PopSequence();
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (7)
1038writer.PopSequence(); 1067writer.PopSequence(); 1070writer.PopSequence(); 1073writer.PopSequence(); 1081writer.PopSequence(); 1084writer.PopSequence(); 1088writer.PopSequence();
System\Security\Cryptography\Pkcs\Asn1\CadesIssuerSerial.xml.cs (2)
33writer.PopSequence(); 36writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\EncapsulatedContentInfoAsn.xml.cs (2)
46writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 49writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
59writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (1)
33writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (1)
61writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\IssuerAndSerialNumberAsn.xml.cs (1)
44writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (4)
33writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 39writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 1)); 49writer.PopSequence(); 51writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
32writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (1)
28writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (1)
60writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\OriginatorPublicKeyAsn.xml.cs (1)
28writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\OtherCertificateFormat.xml.cs (1)
42writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (1)
47writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
56writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\PolicyInformation.xml.cs (2)
44writer.PopSequence(); 48writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\PolicyQualifierInfo.xml.cs (1)
42writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (1)
28writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (1)
40writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (1)
45writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (2)
88writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 92writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampResp.xml.cs (1)
40writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (3)
91writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 103writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 1)); 107writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\SecretBagAsn.xml.cs (2)
43writer.PopSequence(new Asn1Tag(TagClass.ContextSpecific, 0)); 44writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (1)
82writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
72writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateAsn.xml.cs (3)
33writer.PopSequence(); 44writer.PopSequence(); 48writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateV2Asn.xml.cs (3)
33writer.PopSequence(); 44writer.PopSequence(); 48writer.PopSequence(tag);
System\Security\Cryptography\Pkcs\CmsSignature.cs (1)
259writer.PopSequence();
System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (9)
187contentsWriter.PopSequence(); 251writer.PopSequence(contextSpecific0); 254writer.PopSequence(); 273writer.PopSequence(); 277writer.PopSequence(); 287writer.PopSequence(); 290writer.PopSequence(); 329contentsWriter.PopSequence(); 353writer.PopSequence();
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (2)
76writer.PopSequence(contextSpecific0); 92writer.PopSequence();
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
432writer.PopSequence(); 435writer.PopSequence(); 472writer.PopSequence();
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
646writer.PopSequence();