4 writes to _decryptorPal
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (4)
38
_decryptorPal
= null;
103
_decryptorPal
= null;
149
_decryptorPal
= null;
157
_decryptorPal
= PkcsPal.Instance.Decode(encodedMessage, out version, out contentInfo, out contentEncryptionAlgorithm, out originatorCerts, out unprotectedAttributes);
8 references to _decryptorPal
System.Security.Cryptography.Pkcs (8)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (8)
72
Debug.Assert(
_decryptorPal
!= null);
73
return
_decryptorPal
.RecipientInfos;
100
if (
_decryptorPal
!= null)
102
_decryptorPal
.Dispose();
146
if (
_decryptorPal
!= null)
148
_decryptorPal
.Dispose();
212
ContentInfo? contentInfo =
_decryptorPal
!.TryDecrypt(
248
newContentInfo =
_decryptorPal
!.TryDecrypt(