4 writes to _decryptorPal
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (4)
44_decryptorPal = null; 115_decryptorPal = null; 164_decryptorPal = null; 172_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(); 161if (_decryptorPal != null) 163_decryptorPal.Dispose(); 242ContentInfo? contentInfo = _decryptorPal!.TryDecrypt( 278newContentInfo = _decryptorPal!.TryDecrypt(