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);
11 references to EncryptedContentInfo
System.Security.Cryptography (11)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
29EncryptedContentInfo.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (5)
247if (encryptedData.EncryptedContentInfo.ContentType != Oids.Pkcs7Data) 252if (!encryptedData.EncryptedContentInfo.EncryptedContent.HasValue) 258int encryptedValueLength = encryptedData.EncryptedContentInfo.EncryptedContent.Value.Length; 265encryptedData.EncryptedContentInfo.ContentEncryptionAlgorithm, 268encryptedData.EncryptedContentInfo.EncryptedContent.Value.Span,
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,