31 references to PopSetOf
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.SetOf.cs (2)
15/// A disposable value which will automatically call <see cref="PopSetOf"/>. 27/// <seealso cref="PopSetOf"/>
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
48writer.PopSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
55writer.PopSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
39writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
41writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
525writer.PopSetOf(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (1)
54writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
364tmpWriter.PopSetOf();
System.Security.Cryptography.Pkcs (17)
Internal\Cryptography\PkcsHelpers.cs (1)
168writer.PopSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
48writer.PopSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
55writer.PopSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
39writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
41writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (2)
43writer.PopSetOf(); 55writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (2)
36writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 0)); 56writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\SignedAttributesSet.xml.cs (1)
50writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (4)
38writer.PopSetOf(); 50writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 0)); 70writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 1)); 80writer.PopSetOf();
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
68writer.PopSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
89writer.PopSetOf();
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
654writer.PopSetOf();