1 write to EncryptedContentInfo
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
96System.Security.Cryptography.Asn1.Pkcs7.EncryptedContentInfoAsn.Decode(ref sequenceReader, rebind, out decoded.EncryptedContentInfo);
6 references to EncryptedContentInfo
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
29EncryptedContentInfo.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (5)
472if (encryptedData.EncryptedContentInfo.ContentType != Oids.Pkcs7Data) 477if (!encryptedData.EncryptedContentInfo.EncryptedContent.HasValue) 483encryptedData.EncryptedContentInfo.EncryptedContent.Value; 485int kdfCount = GetKdfCount(encryptedData.EncryptedContentInfo.ContentEncryptionAlgorithm); 501encryptedData.EncryptedContentInfo.ContentEncryptionAlgorithm,