3 writes to _encodedMessage
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (3)
117
_encodedMessage
= PkcsPal.Instance.Encrypt(recipients, ContentInfo, ContentEncryptionAlgorithm, Certificates, UnprotectedAttributes);
175
_encodedMessage
= contentInfo.Content.CloneByteArray();
315
_encodedMessage
= contentInfo.Content.CloneByteArray();
2 references to _encodedMessage
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (2)
126
if (
_encodedMessage
== null)
129
return
_encodedMessage
.CloneByteArray();