2 references to CryptMsgOpenToDecode
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
31
hCryptMsg = Interop.Crypt32.
CryptMsgOpenToDecode
(MsgEncodingType.All, 0, 0, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero);
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
31
using (SafeCryptMsgHandle hCryptMsg = Interop.Crypt32.
CryptMsgOpenToDecode
(MsgEncodingType.All, 0, 0, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero))