4 references to CryptMsgGetParam
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (1)
21
if (!Interop.Crypt32.
CryptMsgGetParam
(hCryptMsg, CryptMsgParamType.CMSG_CMS_RECIPIENT_COUNT_PARAM, 0, out numRecipients, ref cbRecipientsCount))
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (2)
93
if (!Interop.Crypt32.
CryptMsgGetParam
(hCryptMsg, CryptMsgParamType.CMSG_VERSION_PARAM, 0, out version, ref cbData))
128
if (!Interop.Crypt32.
CryptMsgGetParam
(hCryptMsg, CryptMsgParamType.CMSG_CERT_COUNT_PARAM, 0, out numCertificates, ref cbNumCertificates))
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
41
if (!Interop.Crypt32.
CryptMsgGetParam
(hCryptMsg, CryptMsgParamType.CMSG_TYPE_PARAM, 0, out msgTypeAsInt, ref cbSize))