300 references to Sequence
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
64CheckExpectedTag(tag, expectedTag ?? Asn1Tag.Sequence, UniversalTagNumber.Sequence);
System\Formats\Asn1\AsnWriter.Sequence.cs (2)
29return PushSequenceCore(tag?.AsConstructed() ?? Asn1Tag.Sequence); 53PopSequenceCore(tag?.AsConstructed() ?? Asn1Tag.Sequence);
System.Security.Cryptography (128)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 52return Decode(Asn1Tag.Sequence, encoded, ruleSet); 73Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 55return Decode(Asn1Tag.Sequence, encoded, ruleSet); 76Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\CurveAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 40return Decode(Asn1Tag.Sequence, encoded, ruleSet); 61Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 35return Decode(Asn1Tag.Sequence, encoded, ruleSet); 56Decode(ref reader, Asn1Tag.Sequence, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs (2)
31ensureUniqueTag(Asn1Tag.Sequence, "Specified"); 104if (tag.HasSameClassAndValue(Asn1Tag.Sequence))
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs (3)
21Encode(writer, Asn1Tag.Sequence); 51return Decode(Asn1Tag.Sequence, encoded, ruleSet); 72Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 42return Decode(Asn1Tag.Sequence, encoded, ruleSet); 63Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\FieldID.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 47return Decode(Asn1Tag.Sequence, encoded, ruleSet); 68Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 49return Decode(Asn1Tag.Sequence, encoded, ruleSet); 70Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBES2Params.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (4)
36Encode(writer, Asn1Tag.Sequence); 68return Decode(Asn1Tag.Sequence, encoded, ruleSet); 89Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 133if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (2)
32ensureUniqueTag(Asn1Tag.Sequence, "OtherSource"); 113else if (tag.HasSameClassAndValue(Asn1Tag.Sequence))
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 49return Decode(Asn1Tag.Sequence, encoded, ruleSet); 70Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (3)
39Encode(writer, Asn1Tag.Sequence); 66return Decode(Asn1Tag.Sequence, encoded, ruleSet); 87Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (4)
20Encode(writer, Asn1Tag.Sequence); 40return Decode(Asn1Tag.Sequence, encoded, ruleSet); 61Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 89if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (3)
21Encode(writer, Asn1Tag.Sequence); 64return Decode(Asn1Tag.Sequence, encoded, ruleSet); 85Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 49return Decode(Asn1Tag.Sequence, encoded, ruleSet); 70Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 47return Decode(Asn1Tag.Sequence, encoded, ruleSet); 68Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (3)
21Encode(writer, Asn1Tag.Sequence); 48return Decode(Asn1Tag.Sequence, encoded, ruleSet); 69Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (3)
22Encode(writer, Asn1Tag.Sequence); 50return Decode(Asn1Tag.Sequence, encoded, ruleSet); 71Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (3)
64Encode(writer, Asn1Tag.Sequence); 134return Decode(Asn1Tag.Sequence, encoded, ruleSet); 155Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (3)
26Encode(writer, Asn1Tag.Sequence); 47return Decode(Asn1Tag.Sequence, encoded, ruleSet); 68Decode(ref reader, Asn1Tag.Sequence, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (3)
24Encode(writer, Asn1Tag.Sequence); 60return Decode(Asn1Tag.Sequence, encoded, ruleSet); 81Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (3)
34Encode(writer, Asn1Tag.Sequence); 68return Decode(Asn1Tag.Sequence, encoded, ruleSet); 89Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\AccessDescriptionAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 40return Decode(Asn1Tag.Sequence, encoded, ruleSet); 61Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\BasicConstraintsAsn.xml.cs (3)
33Encode(writer, Asn1Tag.Sequence); 64return Decode(Asn1Tag.Sequence, encoded, ruleSet); 85Decode(ref reader, Asn1Tag.Sequence, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\CertificateAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 35return Decode(Asn1Tag.Sequence, encoded, ruleSet); 56Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\CertificatePolicyMappingAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 47return Decode(Asn1Tag.Sequence, encoded, ruleSet); 68Decode(ref reader, Asn1Tag.Sequence, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\CertificateTemplateAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 47return Decode(Asn1Tag.Sequence, encoded, ruleSet); 68Decode(ref reader, Asn1Tag.Sequence, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 35return Decode(Asn1Tag.Sequence, encoded, ruleSet); 56Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (3)
22Encode(writer, Asn1Tag.Sequence); 61return Decode(Asn1Tag.Sequence, encoded, ruleSet); 82Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointAsn.xml.cs (3)
21Encode(writer, Asn1Tag.Sequence); 60return Decode(Asn1Tag.Sequence, encoded, ruleSet); 81Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\PolicyConstraintsAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 43return Decode(Asn1Tag.Sequence, encoded, ruleSet); 64Decode(ref reader, Asn1Tag.Sequence, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\PolicyInformationAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 52return Decode(Asn1Tag.Sequence, encoded, ruleSet); 73Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (3)
47Encode(writer, Asn1Tag.Sequence); 139return Decode(Asn1Tag.Sequence, encoded, ruleSet); 160Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\X509Certificates\Asn1\ValidityAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, out decoded);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (1)
315if (!revokedCertificate.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
135if (tbsCertList.HasData && tbsCertList.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
System.Security.Cryptography.Pkcs (169)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 52return Decode(Asn1Tag.Sequence, encoded, ruleSet); 73Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 55return Decode(Asn1Tag.Sequence, encoded, ruleSet); 76Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 42return Decode(Asn1Tag.Sequence, encoded, ruleSet); 63Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs (3)
47Encode(writer, Asn1Tag.Sequence); 101return Decode(Asn1Tag.Sequence, encoded, ruleSet); 122Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 49return Decode(Asn1Tag.Sequence, encoded, ruleSet); 70Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBES2Params.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (4)
36Encode(writer, Asn1Tag.Sequence); 68return Decode(Asn1Tag.Sequence, encoded, ruleSet); 89Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 133if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (2)
32ensureUniqueTag(Asn1Tag.Sequence, "OtherSource"); 113else if (tag.HasSameClassAndValue(Asn1Tag.Sequence))
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 49return Decode(Asn1Tag.Sequence, encoded, ruleSet); 70Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (3)
39Encode(writer, Asn1Tag.Sequence); 66return Decode(Asn1Tag.Sequence, encoded, ruleSet); 87Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (4)
20Encode(writer, Asn1Tag.Sequence); 40return Decode(Asn1Tag.Sequence, encoded, ruleSet); 61Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 89if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (3)
21Encode(writer, Asn1Tag.Sequence); 64return Decode(Asn1Tag.Sequence, encoded, ruleSet); 85Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 49return Decode(Asn1Tag.Sequence, encoded, ruleSet); 70Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 47return Decode(Asn1Tag.Sequence, encoded, ruleSet); 68Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (3)
21Encode(writer, Asn1Tag.Sequence); 48return Decode(Asn1Tag.Sequence, encoded, ruleSet); 69Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (3)
22Encode(writer, Asn1Tag.Sequence); 50return Decode(Asn1Tag.Sequence, encoded, ruleSet); 71Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (3)
64Encode(writer, Asn1Tag.Sequence); 134return Decode(Asn1Tag.Sequence, encoded, ruleSet); 155Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (3)
34Encode(writer, Asn1Tag.Sequence); 68return Decode(Asn1Tag.Sequence, encoded, ruleSet); 89Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\CadesIssuerSerial.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 41return Decode(Asn1Tag.Sequence, encoded, ruleSet); 62Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\EncapsulatedContentInfoAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 54return Decode(Asn1Tag.Sequence, encoded, ruleSet); 75Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (3)
23Encode(writer, Asn1Tag.Sequence); 64return Decode(Asn1Tag.Sequence, encoded, ruleSet); 85Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (4)
19Encode(writer, Asn1Tag.Sequence); 38return Decode(Asn1Tag.Sequence, encoded, ruleSet); 59Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 93if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (5)
35Encode(writer, Asn1Tag.Sequence); 66return Decode(Asn1Tag.Sequence, encoded, ruleSet); 87Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 112if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence)) 133if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\IssuerAndSerialNumberAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 49return Decode(Asn1Tag.Sequence, encoded, ruleSet); 70Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientIdentifierAsn.xml.cs (2)
31ensureUniqueTag(Asn1Tag.Sequence, "IssuerAndSerialNumber"); 97if (tag.HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (3)
23Encode(writer, Asn1Tag.Sequence); 56return Decode(Asn1Tag.Sequence, encoded, ruleSet); 77Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (3)
21Encode(writer, Asn1Tag.Sequence); 37return Decode(Asn1Tag.Sequence, encoded, ruleSet); 58Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\OriginatorIdentifierOrKeyAsn.xml.cs (2)
32ensureUniqueTag(Asn1Tag.Sequence, "IssuerAndSerialNumber"); 111if (tag.HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 65return Decode(Asn1Tag.Sequence, encoded, ruleSet); 86Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\OriginatorPublicKeyAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\OtherCertificateFormat.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 47return Decode(Asn1Tag.Sequence, encoded, ruleSet); 68Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 52return Decode(Asn1Tag.Sequence, encoded, ruleSet); 73Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 61return Decode(Asn1Tag.Sequence, encoded, ruleSet); 82Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\PolicyInformation.xml.cs (4)
20Encode(writer, Asn1Tag.Sequence); 53return Decode(Asn1Tag.Sequence, encoded, ruleSet); 74Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 97if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\PolicyQualifierInfo.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 47return Decode(Asn1Tag.Sequence, encoded, ruleSet); 68Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 33return Decode(Asn1Tag.Sequence, encoded, ruleSet); 54Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\RecipientIdentifierAsn.xml.cs (2)
31ensureUniqueTag(Asn1Tag.Sequence, "IssuerAndSerialNumber"); 100if (tag.HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (2)
31ensureUniqueTag(Asn1Tag.Sequence, "Ktri"); 97if (tag.HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (4)
20Encode(writer, Asn1Tag.Sequence); 45return Decode(Asn1Tag.Sequence, encoded, ruleSet); 66Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 106if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (3)
20Encode(writer, Asn1Tag.Sequence); 50return Decode(Asn1Tag.Sequence, encoded, ruleSet); 71Decode(ref reader, Asn1Tag.Sequence, out decoded);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (3)
38Encode(writer, Asn1Tag.Sequence); 97return Decode(Asn1Tag.Sequence, encoded, ruleSet); 118Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampResp.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 45return Decode(Asn1Tag.Sequence, encoded, ruleSet); 66Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (4)
42Encode(writer, Asn1Tag.Sequence); 112return Decode(Asn1Tag.Sequence, encoded, ruleSet); 133Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 171if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\SecretBagAsn.xml.cs (3)
19Encode(writer, Asn1Tag.Sequence); 49return Decode(Asn1Tag.Sequence, encoded, ruleSet); 70Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (3)
24Encode(writer, Asn1Tag.Sequence); 87return Decode(Asn1Tag.Sequence, encoded, ruleSet); 108Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\SignerIdentifierAsn.xml.cs (2)
31ensureUniqueTag(Asn1Tag.Sequence, "IssuerAndSerialNumber"); 100if (tag.HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (3)
25Encode(writer, Asn1Tag.Sequence); 77return Decode(Asn1Tag.Sequence, encoded, ruleSet); 98Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateAsn.xml.cs (4)
20Encode(writer, Asn1Tag.Sequence); 53return Decode(Asn1Tag.Sequence, encoded, ruleSet); 74Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 112if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateV2Asn.xml.cs (4)
20Encode(writer, Asn1Tag.Sequence); 53return Decode(Asn1Tag.Sequence, encoded, ruleSet); 74Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded); 112if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.Sequence))