4 writes to _decryptorPal
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (4)
44
_decryptorPal
= null;
115
_decryptorPal
= null;
159
_decryptorPal
= null;
167
_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)
78
Debug.Assert(
_decryptorPal
!= null);
79
return
_decryptorPal
.RecipientInfos;
112
if (
_decryptorPal
!= null)
114
_decryptorPal
.Dispose();
156
if (
_decryptorPal
!= null)
158
_decryptorPal
.Dispose();
232
ContentInfo? contentInfo =
_decryptorPal
!.TryDecrypt(
268
newContentInfo =
_decryptorPal
!.TryDecrypt(