Exemple #1
0
 public static extern IntPtr CryptMsgOpenToDecode(
     int dwMsgEncodingType,
     int dwFlags,
     int dwMsgType,
     IntPtr hCryptProv,
     IntPtr pRecipientInfo,
     ref CMSG_STREAM_INFO pStreamInfo
     );
Exemple #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
     );