2 writes to _hCryptMsg
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.cs (2)
18_hCryptMsg = hCryptMsg; 27_hCryptMsg = null!;
7 references to _hCryptMsg
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.cs (3)
24if (_hCryptMsg != null && !_hCryptMsg.IsInvalid) 26_hCryptMsg.Dispose();
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (4)
39ContentInfo contentInfo = _hCryptMsg.GetContentInfo(); 118return _hCryptMsg.GetContentInfo(); 180bool success = Interop.Crypt32.CryptMsgControl(_hCryptMsg, 0, MsgControlType.CMSG_CTRL_DECRYPT, ref decryptPara); 262if (!Interop.Crypt32.CryptMsgControl(_hCryptMsg, 0, MsgControlType.CMSG_CTRL_KEY_AGREE_DECRYPT, ref decryptPara))