2 writes to EncryptedContentInfo
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
65EncryptedContentInfo =
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
137System.Security.Cryptography.Asn1.Pkcs7.EncryptedContentInfoAsn.Decode(ref sequenceReader, rebind, out decoded.EncryptedContentInfo);
7 references to EncryptedContentInfo
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (3)
34new Oid(data.EncryptedContentInfo.ContentType), 35data.EncryptedContentInfo.EncryptedContent?.ToArray() ?? Array.Empty<byte>()); 38data.EncryptedContentInfo.ContentEncryptionAlgorithm.ToPresentationObject();
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (3)
68_envelopedData.EncryptedContentInfo.ContentType, 69_envelopedData.EncryptedContentInfo.EncryptedContent, 70_envelopedData.EncryptedContentInfo.ContentEncryptionAlgorithm,
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
45EncryptedContentInfo.Encode(writer);