コード例 #1
0
 public static extern SafeCryptMsgHandle CryptMsgOpenToDecode(
     CMSG_ENCODING dwMsgEncodingType,
     CMSG_OPENTODECODE_FLAGS dwFlags,
     uint dwMsgType,
     IntPtr hCryptProv,
     IntPtr pRecipientInfo,
     IntPtr pStreamInfo);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: hishamco/Signing
 public static extern SafeCryptMsgHandle CryptMsgOpenToDecode(
     CMSG_ENCODING dwMsgEncodingType,
     CMSG_OPENTODECODE_FLAGS dwFlags,
     uint dwMsgType,
     IntPtr hCryptProv,
     IntPtr pRecipientInfo,
     IntPtr pStreamInfo);