22 references to ReadEncodedValue
System.Security.Cryptography (22)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
100tmpSpan = sequenceReader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
110tmpSpan = collectionReader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs (1)
159tmpSpan = reader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Asn1\FieldID.xml.cs (1)
92tmpSpan = sequenceReader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (2)
227tmpSpan = reader.ReadEncodedValue(); 233tmpSpan = explicitReader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (1)
97tmpSpan = explicitReader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (1)
97tmpSpan = explicitReader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
113tmpSpan = explicitReader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
97tmpSpan = explicitReader.ReadEncodedValue();
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
148asnValueReader.ReadEncodedValue();
System\Security\Cryptography\Helpers.cs (1)
314reader.ReadEncodedValue();
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (1)
112tmpSpan = sequenceReader.ReadEncodedValue();
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointNameAsn.xml.cs (1)
146tmpSpan = reader.ReadEncodedValue();
System\Security\Cryptography\X509Certificates\Asn1\PolicyInformationAsn.xml.cs (1)
100tmpSpan = sequenceReader.ReadEncodedValue();
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (2)
217tmpSpan = sequenceReader.ReadEncodedValue(); 225tmpSpan = sequenceReader.ReadEncodedValue();
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (1)
320Extensions = revokedCertificate.ReadEncodedValue().ToArray();
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
149sequence.ReadEncodedValue();
System\Security\Cryptography\X509Certificates\X500RelativeDistinguishedName.cs (2)
38ReadOnlySpan<byte> firstValue = typeAndValue.ReadEncodedValue(); 54typeAndValue.ReadEncodedValue();
System\Security\Cryptography\X509Certificates\X509AuthorityInformationAccessExtension.cs (1)
250counter.ReadEncodedValue();