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)
78Debug.Assert(_decryptorPal != null); 79return _decryptorPal.RecipientInfos; 112if (_decryptorPal != null) 114_decryptorPal.Dispose(); 156if (_decryptorPal != null) 158_decryptorPal.Dispose(); 232ContentInfo? contentInfo = _decryptorPal!.TryDecrypt( 268newContentInfo = _decryptorPal!.TryDecrypt(