Ejemplo n.º 1
0
 public static extern IntPtr CryptMsgOpenToDecode(
     int dwMsgEncodingType,
     int dwFlags,
     int dwMsgType,
     IntPtr hCryptProv,
     IntPtr pRecipientInfo,
     ref CMSG_STREAM_INFO pStreamInfo
     );
Ejemplo n.º 2
0
 public static extern IntPtr CryptMsgOpenToEncode(
     int dwMsgEncodingType,
     int dwFlags,
     int dwMsgType,
     ref CMSG_SIGNED_ENCODE_INFO pvMsgEncodeInfo,
     String pszInnerContentObjID,
     ref CMSG_STREAM_INFO pStreamInfo
     );