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)
72Debug.Assert(_decryptorPal != null); 73return _decryptorPal.RecipientInfos; 100if (_decryptorPal != null) 102_decryptorPal.Dispose(); 146if (_decryptorPal != null) 148_decryptorPal.Dispose(); 212ContentInfo? contentInfo = _decryptorPal!.TryDecrypt( 248newContentInfo = _decryptorPal!.TryDecrypt(