2 references to CryptMsgGetParam
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.Import.cs (2)
133
if (!Interop.Crypt32.
CryptMsgGetParam
(hCryptMsg, Interop.Crypt32.CryptMsgParamType.CMSG_SIGNER_INFO_PARAM, 0, default(byte*), ref cbData))
138
if (!Interop.Crypt32.
CryptMsgGetParam
(hCryptMsg, Interop.Crypt32.CryptMsgParamType.CMSG_SIGNER_INFO_PARAM, 0, pCmsgSignerBytes, ref cbData))