33 references to PushSetOf
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.SetOf.cs (1)
54/// <seealso cref="PushSetOf"/>
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
36writer.PushSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
50writer.PushSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
34writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
36writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
518writer.PushSetOf(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (1)
49writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
362tmpWriter.PushSetOf();
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (1)
364using (_writer.PushSetOf())
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (1)
501using (writer.PushSetOf())
System.Security.Cryptography.Pkcs (17)
Internal\Cryptography\PkcsHelpers.cs (1)
161writer.PushSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
36writer.PushSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
50writer.PushSetOf();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
34writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
36writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (2)
38writer.PushSetOf(); 50writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (2)
31writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 0)); 44writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\SignedAttributesSet.xml.cs (1)
45writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (4)
33writer.PushSetOf(); 45writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 0)); 58writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 1)); 75writer.PushSetOf();
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
63writer.PushSetOf(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
82writer.PushSetOf();
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
614writer.PushSetOf();