11 references to Encode
System.Security.Cryptography (11)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (1)
26DigestAlgorithm.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
26EncryptionAlgorithm.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
35ContentEncryptionAlgorithm.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignedDataAsn.xml.cs (1)
36DigestAlgorithms[i].Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (2)
34DigestAlgorithm.Encode(writer); 57SignatureAlgorithm.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
30PrivateKeyAlgorithm.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (1)
26Algorithm.Encode(writer);
System\Security\Cryptography\X509Certificates\Asn1\CertificateAsn.xml.cs (1)
28SignatureAlgorithm.Encode(writer);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestAsn.xml.cs (1)
28SignatureAlgorithm.Encode(writer);
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (1)
73SignatureAlgorithm.Encode(writer);