13 references to Decode
System.Security.Cryptography (13)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (1)
77
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.DigestAlgorithm);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
77
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.EncryptionAlgorithm);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
92
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.ContentEncryptionAlgorithm);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignedDataAsn.xml.cs (1)
147
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref collectionReader, rebind, out tmpItem);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (2)
129
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.DigestAlgorithm);
137
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.SignatureAlgorithm);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
101
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.PrivateKeyAlgorithm);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (1)
77
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.Algorithm);
System\Security\Cryptography\X509Certificates\Asn1\CertificateAsn.xml.cs (1)
80
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.SignatureAlgorithm);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestAsn.xml.cs (1)
80
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.SignatureAlgorithm);
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (1)
214
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.
Decode
(ref sequenceReader, rebind, out decoded.SignatureAlgorithm);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (2)
99
AlgorithmIdentifierAsn.
Decode
(ref certificateList, ReadOnlyMemory<byte>.Empty, out _);
123
AlgorithmIdentifierAsn.
Decode
(ref tbsCertList, ReadOnlyMemory<byte>.Empty, out _);